wok diff util-linux-uuid/receipt @ rev 13082

Up: gpodder to 2.20.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:59:29 2012 +0000 (2012-06-25)
parents 11e287409bc0
children a579549edab7
line diff
     1.1 --- a/util-linux-uuid/receipt	Tue Apr 24 11:08:04 2012 +0200
     1.2 +++ b/util-linux-uuid/receipt	Mon Jun 25 08:59:29 2012 +0000
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="The uuid utility and library from Util linux NG."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="glibc-base"
     1.8  WANTED="util-linux"
     1.9  WEB_SITE="http://kernel.org/~kzak/util-linux/"
    1.10 +HOST_ARCH="i486 arm"
    1.11 +
    1.12 +DEPENDS="ncursesw"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16 @@ -23,8 +25,8 @@
    1.17  # Remove old package
    1.18  post_install()
    1.19  {
    1.20 -	if [ -d "/var/lib/tazpkg/installed/util-linux-ng-uuid" ]; then
    1.21 +	if [ -d "$INSTALLED/util-linux-ng-uuid" ]; then
    1.22  		echo "Removing old: util-linux-ng-uuid"
    1.23 -		yes "y" | tazpkg -r util-linux-ng-uuid
    1.24 +		rm -rf $INSTALLED/util-linux-ng-uuid
    1.25  	fi
    1.26  }