wok rev 12488

Up: parted (3.1) and fix deps/bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 11:18:34 2012 +0200 (2012-04-24)
parents 11e287409bc0
children 4c0739d8ba5c
files parted-dev/receipt parted/receipt
line diff
     1.1 --- a/parted-dev/receipt	Tue Apr 24 11:08:04 2012 +0200
     1.2 +++ b/parted-dev/receipt	Tue Apr 24 11:18:34 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted-dev"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU parted editor devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22  }
     2.1 --- a/parted/receipt	Tue Apr 24 11:08:04 2012 +0200
     2.2 +++ b/parted/receipt	Tue Apr 24 11:18:34 2012 +0200
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="parted"
     2.7 -VERSION="3.0"
     2.8 +VERSION="3.1"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="GNU parted partition editor."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.14  WEB_SITE="http://www.gnu.org/software/parted/index.shtml"
    2.15  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.16  
    2.17 -DEPENDS="util-linux-uuid util-linux-ng-blkid"
    2.18 -BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-ng-blkid-dev"
    2.19 +DEPENDS="util-linux-uuid util-linux-blkid"
    2.20 +BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-blkid-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24 @@ -31,7 +31,7 @@
    2.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.26  genpkg_rules()
    2.27  {
    2.28 -	mkdir -p $fs/usr/lib $fs/usr/share/locale
    2.29 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.30 -	cp -a $_pkg/usr/sbin $fs/usr
    2.31 +	mkdir -p $fs/usr/lib
    2.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.33 +	cp -a $install/usr/sbin $fs/usr
    2.34  }