wok diff xfsprogs/receipt @ 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 73641efed1cc
children 52c9187f5ecb
line diff
     1.1 --- a/xfsprogs/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/xfsprogs/receipt	Wed Aug 14 16:27:42 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utilities for making, mounting, and manipulating XFS file-system"
     1.6  MAINTAINER="patel@math.uga.edu"
     1.7 -DEPENDS="e2fsprogs"
     1.8 -BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-ng-uuid util-linux-ng-uuid-dev"
     1.9 +LICENSE="GPL3
    1.10  TARBALL=${PACKAGE}-${VERSION}.tar.gz
    1.11  WEB_SITE="http://oss.sgi.com/projects/xfs/"
    1.12  WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL"
    1.13  
    1.14 +DEPENDS="e2fsprogs"
    1.15 +BUILD_DEPENDS="e2fsprogs-dev libtool gettext util-linux-blkid-dev util-linux-uuid util-linux-uuid-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -29,7 +31,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/sbin $fs/usr
    1.25 -	cp -a $_pkg/lib $fs
    1.26 -	cp -a $_pkg/sbin $fs
    1.27 +	cp -a $install/usr/sbin $fs/usr
    1.28 +	cp -a $install/lib $fs
    1.29 +	cp -a $install/sbin $fs
    1.30  }