wok-current diff uclibc-x86_64/receipt @ rev 13868
Jack1 - dev package - remove one empty line for force to rebuild package (do not know it is posible doing this in better way)
author | Pawel P. <xj@wp.pl> |
---|---|
date | Sun Jan 13 19:44:05 2013 +0000 (2013-01-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 Sun Jan 13 19:44:05 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 !"