wok rev 15104
xfsprogs: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 16:27:42 2013 +0000 (2013-08-14) |
parents | e936d31d469d |
children | 52c9187f5ecb |
files | ecofont/receipt tty-clock/receipt xfsprogs/receipt |
line diff
1.1 --- a/ecofont/receipt Wed Aug 14 13:01:34 2013 +0000 1.2 +++ b/ecofont/receipt Wed Aug 14 16:27:42 2013 +0000 1.3 @@ -9,6 +9,8 @@ 1.4 WEB_SITE="http://www.ecofont.eu/ecofont_en.html" 1.5 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL" 1.6 1.7 +BUILD_DEPENDS="unzip" 1.8 + 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 {
2.1 --- a/tty-clock/receipt Wed Aug 14 13:01:34 2013 +0000 2.2 +++ b/tty-clock/receipt Wed Aug 14 16:27:42 2013 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Analog ncurses clock." 2.5 MAINTAINER="paul@slitaz.org" 2.6 WEB_SITE="http://github.com/xorg62/tty-clock" 2.7 -TARBALL="$PACKAGE-$VERSION.tgz" 2.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.9 TAGS="clock" 2.10 WGET_URL="git|$WEB_SITE.git" 2.11
3.1 --- a/xfsprogs/receipt Wed Aug 14 13:01:34 2013 +0000 3.2 +++ b/xfsprogs/receipt Wed Aug 14 16:27:42 2013 +0000 3.3 @@ -5,12 +5,14 @@ 3.4 CATEGORY="system-tools" 3.5 SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" 3.6 MAINTAINER="patel@math.uga.edu" 3.7 -DEPENDS="e2fsprogs" 3.8 -BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-ng-uuid util-linux-ng-uuid-dev" 3.9 +LICENSE="GPL3 3.10 TARBALL=${PACKAGE}-${VERSION}.tar.gz 3.11 WEB_SITE="http://oss.sgi.com/projects/xfs/" 3.12 WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 3.13 3.14 +DEPENDS="e2fsprogs" 3.15 +BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" 3.16 + 3.17 # Rules to configure and make the package. 3.18 compile_rules() 3.19 { 3.20 @@ -29,7 +31,7 @@ 3.21 genpkg_rules() 3.22 { 3.23 mkdir -p $fs/usr/lib 3.24 - cp -a $_pkg/usr/sbin $fs/usr 3.25 - cp -a $_pkg/lib $fs 3.26 - cp -a $_pkg/sbin $fs 3.27 + cp -a $install/usr/sbin $fs/usr 3.28 + cp -a $install/lib $fs 3.29 + cp -a $install/sbin $fs 3.30 }