wok diff uclibc-x86_64/receipt @ rev 14112
smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author | ernia <monghitri@aruba.it> |
---|---|
date | Sun Feb 24 21:28:58 2013 +0000 (2013-02-24) |
parents | |
children | a436a235f098 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/uclibc-x86_64/receipt Sun Feb 24 21:28:58 2013 +0000 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 !"