wok rev 16341
Add slitaz-arm-rpi (only for ARM arch, hope i486 cooker will handle it)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 12 14:59:28 2014 +0200 (2014-04-12) |
parents | 90dfef97a8ef |
children | 9921bd529520 |
files | slitaz-arm-rpi/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-arm-rpi/receipt Sat Apr 12 14:59:28 2014 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="slitaz-arm-rpi" 1.7 +VERSION="0.1" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="SliTaz Raspberry Pi: tools, CGI adm, configs and artwork." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="http://arm.slitaz.org/rpi/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="http://hg.slitaz.org/slitaz-arm/archive/tip.tar.bz2" 1.15 +HOST_ARCH="arm" 1.16 + 1.17 +DEPENDS="slitaz-configs dialog" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p ${fs}/usr/bin ${fs}/var/www/adm 1.23 + cp -a ${src}/rpi/rootfs/* ${fs} 1.24 + cp -a ${src}/rpi/tazberry ${fs}/usr/bin 1.25 + cp -a ${src}/rpi/cgi-adm/* ${fs}/var/www/adm 1.26 + chown -R root.root ${fs} 1.27 +}