* Can“t remove overwriting of STAGE_BUILD and STAGE_INSTALL.
* Add fixing of libtool rpath.
* Add build dependency zlib.
PKG_LICENSE = GPLv2+
PKG_SUMMARY = Utility for the creation of squashfs filesystems.
+PKG_PACKAGES += $(PKG_NAME_REAL)-devel
+
define PKG_DESCRIPTION
Squashfs is a highly compressed read-only filesystem for Linux.
endef
-PKG_TARBALL = squashfs$(PKG_VER).tar.gz
+PKG_BUILD_DEPS += zlib
-###############################################################################
-# Installation Details
-###############################################################################
+PKG_TARBALL = squashfs$(PKG_VER).tar.gz
define STAGE_BUILD
mv /usr/src/squashfs4.0 $(DIR_APP)
cd $(DIR_APP)/$(PKG_NAME) && sed -e "s/^CFLAGS := /& $(CFLAGS) /" -i Makefile
+ $(DO_FIX_LIBTOOL)
cd $(DIR_APP)/$(PKG_NAME) && make $(PARALLELISMFLAGS)
endef