wok diff parted/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
parents 73641efed1cc
children 2b9f96603415
line diff
     1.1 --- a/parted/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/parted/receipt	Thu Aug 02 23:52:02 2012 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted"
     1.7 -VERSION="3.0"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU parted partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.gnu.org/software/parted/index.shtml"
    1.15  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17 -DEPENDS="util-linux-uuid util-linux-ng-blkid"
    1.18 -BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-ng-blkid-dev"
    1.19 +DEPENDS="util-linux-uuid util-linux-blkid"
    1.20 +BUILD_DEPENDS="e2fsprogs-dev util-linux-uuid-dev util-linux-blkid-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -31,7 +31,7 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr/lib $fs/usr/share/locale
    1.29 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.30 -	cp -a $_pkg/usr/sbin $fs/usr
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	cp -a $install/usr/sbin $fs/usr
    1.34  }