wok diff uclibc-x86_64/receipt @ rev 12135

Fix busybox diff: don't output binary content
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:24:32 2012 +0100 (2012-03-13)
parents
children a436a235f098
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/uclibc-x86_64/receipt	Tue Mar 13 21:24:32 2012 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +TARGET="x86_64"
     1.7 +PACKAGE="uclibc-$TARGET"
     1.8 +VERSION="prebuilt"
     1.9 +CATEGORY="base-system"
    1.10 +SHORT_DESC="UcLibc libraries."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +WEB_SITE="http://impactlinux.com/aboriginal"
    1.13 +WANTED="uclibc-cross-compiler-$TARGET"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/lib
    1.19 +	cp -a $src/lib/*.so* $fs/lib
    1.20 +}
    1.21 +
    1.22 +TAZBB_NO_INSTALL="because this is not the right target !"