# HG changeset patch # User Pascal Bellard # Date 1376497662 0 # Node ID 3e083997f52ad42fb2dc3c35f0f6b21dc985d4fa # Parent e936d31d469d48cacba01a8fe92967015166b319 xfsprogs: fix bdeps diff -r e936d31d469d -r 3e083997f52a ecofont/receipt --- a/ecofont/receipt Wed Aug 14 13:01:34 2013 +0000 +++ b/ecofont/receipt Wed Aug 14 16:27:42 2013 +0000 @@ -9,6 +9,8 @@ WEB_SITE="http://www.ecofont.eu/ecofont_en.html" WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL" +BUILD_DEPENDS="unzip" + # Rules to configure and make the package. compile_rules() { diff -r e936d31d469d -r 3e083997f52a tty-clock/receipt --- a/tty-clock/receipt Wed Aug 14 13:01:34 2013 +0000 +++ b/tty-clock/receipt Wed Aug 14 16:27:42 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Analog ncurses clock." MAINTAINER="paul@slitaz.org" WEB_SITE="http://github.com/xorg62/tty-clock" -TARBALL="$PACKAGE-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" TAGS="clock" WGET_URL="git|$WEB_SITE.git" diff -r e936d31d469d -r 3e083997f52a xfsprogs/receipt --- a/xfsprogs/receipt Wed Aug 14 13:01:34 2013 +0000 +++ b/xfsprogs/receipt Wed Aug 14 16:27:42 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system" MAINTAINER="patel@math.uga.edu" -DEPENDS="e2fsprogs" -BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-ng-uuid util-linux-ng-uuid-dev" +LICENSE="GPL3 TARBALL=${PACKAGE}-${VERSION}.tar.gz WEB_SITE="http://oss.sgi.com/projects/xfs/" WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" +DEPENDS="e2fsprogs" +BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -29,7 +31,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/lib $fs - cp -a $_pkg/sbin $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/lib $fs + cp -a $install/sbin $fs }