wok diff util-linux-ng/receipt @ rev 12077

fix /usr/bin/git-citool in correct link /usr/lib/git-core/git-citool
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 09 10:16:47 2012 +0100 (2012-03-09)
parents 163676c61a63
children
line diff
     1.1 --- a/util-linux-ng/receipt	Fri May 20 19:25:36 2011 +0000
     1.2 +++ b/util-linux-ng/receipt	Fri Mar 09 10:16:47 2012 +0100
     1.3 @@ -7,12 +7,13 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  SOURCE="util-linux"
     1.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.7 -DEPENDS="glibc-base"
     1.8 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
     1.9 +WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.19/$TARBALL"
    1.10 +COOK_OPT="!fs"
    1.11 +LOCALE=""
    1.12 +
    1.13 +DEPENDS=""
    1.14  BUILD_DEPENDS="ncurses-dev zlib-dev"
    1.15 -WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
    1.16 -WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v${VERSION}/$TARBALL"
    1.17 -LOCALE=""
    1.18 -COOK_OPT="!fs"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()