This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 2832b22bf3dea1805f8ea87c46ec6f8bafce88db (commit) from 8742cef60d3378ab5f769f4fe7f7968b2240c334 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2832b22bf3dea1805f8ea87c46ec6f8bafce88db Author: Schantl Stefan Stevee@ipfire.org Date: Sat Mar 13 17:11:52 2010 +0100
squasfs-tools: Add zlib as dependency.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/squashfs-tools/squashfs-tools.nm | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/core/squashfs-tools/squashfs-tools.nm b/pkgs/core/squashfs-tools/squashfs-tools.nm index e440b2c..ae4f7fc 100644 --- a/pkgs/core/squashfs-tools/squashfs-tools.nm +++ b/pkgs/core/squashfs-tools/squashfs-tools.nm @@ -34,16 +34,14 @@ PKG_URL = http://squashfs.sf.net/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Utility for the creation of squashfs filesystems.
+PKG_BUILD_DEPS+= zlib + define PKG_DESCRIPTION Squashfs is a highly compressed read-only filesystem for Linux. endef
PKG_TARBALL = squashfs$(PKG_VER).tar.gz
-############################################################################### -# Installation Details -############################################################################### - define STAGE_BUILD mv /usr/src/squashfs4.0 $(DIR_APP) cd $(DIR_APP)/$(PKG_NAME) && sed -e "s/^CFLAGS := /& $(CFLAGS) /" -i Makefile
hooks/post-receive -- IPFire 3.x development tree