wok-next diff acl/receipt @ rev 5426
ewl: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 04 22:10:34 2010 +0200 (2010-05-04) |
parents | 22fccd4d5400 |
children | 67c05a14a3b1 |
line diff
1.1 --- a/acl/receipt Thu Jul 23 14:00:31 2009 +0000 1.2 +++ b/acl/receipt Tue May 04 22:10:34 2010 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Commands for Manipulating POSIX Access Control Lists." 1.5 MAINTAINER="rcx@zoominternet.net" 1.6 DEPENDS="glibc-base attr" 1.7 -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext" 1.8 +BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr" 1.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.10 WEB_SITE="http://savannah.nongnu.org/projects/acl/" 1.11 WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 1.12 @@ -47,8 +47,9 @@ 1.13 mkdir -p $fs/lib 1.14 cp -a $_pkg/lib/*.so* $fs/lib 1.15 1.16 + # Symlinks are not created correctly; create manually 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 + ln -s /lib/libacl.so $fs/usr/lib/libacl.so 1.20 1.21 cp -a $_pkg/usr/bin $fs/usr 1.22 }