From 37958dafc7b27e2771bf1663edb35a9cccd26f6c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 Apr 2009 00:41:54 +0200 Subject: [PATCH] squashfs-tools: new deps style. --HG-- extra : convert_revision : 4f3d41b4efbe8d68fa35b6d87f9cb060925287e9 --- templates/squashfs-tools/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/squashfs-tools/template b/templates/squashfs-tools/template index 3423b90d0cc..ae008a5681d 100644 --- a/templates/squashfs-tools/template +++ b/templates/squashfs-tools/template @@ -2,14 +2,14 @@ pkgname=squashfs-tools version=3.4 wrksrc="squashfs${version}/squashfs-tools" -distfiles="$SOURCEFORGE_SITE/squashfs/squashfs${version}.tar.gz" +distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz" build_style=gnu_makefile make_install_args="INSTALL_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin" short_desc="Highly compressed read-only filesystem (tools)" maintainer="Juan RP " checksum=9ea1a9b3bd4f387ca11b5e96f00f8ae996fb81c4c7ad41f7c7f359917628a339 long_desc=" - Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. @@ -19,7 +19,8 @@ long_desc=" block device/memory systems (e.g. embedded systems) where low overhead is needed." -run_depends="glibc-2.8 zlib-1.2.3" +Add_dependency full glibc +Add_dependency full zlib post_install() {