wok diff tcc-x86_64/receipt @ rev 7297
Add aufs. Aufs is now compile by itself like ndiswrapper-driver is. This is so the aufs source tar.gz file is not purge with tazdev everytime we need to purge it. Removed linux-aufs receipt. Updated linux, linux-source, and aufs-utils with the new changes.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 00:59:02 2010 +0000 (2010-11-17) |
parents | |
children | 4c16797dce28 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tcc-x86_64/receipt Wed Nov 17 00:59:02 2010 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tcc-x86_64" 1.7 +VERSION="0.9.25" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="fast Tiny C cross Compiler to x86_64 target." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://bellard.org/$PACKAGE/" 1.12 +DEPENDS="tcc-common" 1.13 +WANTED="tcc" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp -a $_pkg/usr/bin/x86_64-tcc $fs/usr/bin 1.20 +} 1.21 +