squashfs-tools: new deps style.
--HG-- extra : convert_revision : 4f3d41b4efbe8d68fa35b6d87f9cb060925287e9
This commit is contained in:
parent
705f85245e
commit
37958dafc7
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=squashfs-tools
|
pkgname=squashfs-tools
|
||||||
version=3.4
|
version=3.4
|
||||||
wrksrc="squashfs${version}/squashfs-tools"
|
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
|
build_style=gnu_makefile
|
||||||
make_install_args="INSTALL_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin"
|
make_install_args="INSTALL_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin"
|
||||||
short_desc="Highly compressed read-only filesystem (tools)"
|
short_desc="Highly compressed read-only filesystem (tools)"
|
||||||
|
@ -19,7 +19,8 @@ long_desc="
|
||||||
block device/memory systems (e.g. embedded systems) where low overhead is
|
block device/memory systems (e.g. embedded systems) where low overhead is
|
||||||
needed."
|
needed."
|
||||||
|
|
||||||
run_depends="glibc-2.8 zlib-1.2.3"
|
Add_dependency full glibc
|
||||||
|
Add_dependency full zlib
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue