wok-6.x diff nareto-doc/receipt @ rev 8786
Remove an uneeded 'report step' into linux receipt (tazwok get-src output one itself)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 22 22:48:31 2011 +0100 (2011-02-22) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nareto-doc/receipt Tue Feb 22 22:48:31 2011 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="nareto-doc" 1.7 +VERSION="1.1.6" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Nareto documentation." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.nareto.org/" 1.13 +WANTED="nareto" 1.14 +DEPENDS="nareto" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share/nareto 1.20 + cp -a $src/docs $fs/usr/share/nareto 1.21 +} 1.22 +