wok diff util-linux-ng-blkid/receipt @ rev 3131

Add: bin86 (8086 assembler and linker)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 20 11:27:00 2009 +0200 (2009-05-20)
parents
children 028e3be0e05c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-ng-blkid/receipt	Wed May 20 11:27:00 2009 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-ng-blkid"
     1.7 +VERSION="2.15"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The blkid utility and library from Util linux NG."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="glibc-base"
    1.12 +BUILD_DEPENDS="slitaz-toolchain"
    1.13 +WANTED="util-linux-ng"
    1.14 +WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/lib $fs/sbin
    1.20 +	cp -a $_pkg/sbin/blkid $fs/sbin
    1.21 +	cp -a $_pkg/lib/libblkid.so* $fs/lib
    1.22 +}