wok-current diff lfs-book/receipt @ rev 11623
amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 24 22:51:41 2012 +0100 (2012-01-24) |
parents | |
children | 20a109e71a6b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lfs-book/receipt Tue Jan 24 22:51:41 2012 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lfs-book" 1.7 +VERSION="6.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Linux From Scratch docs." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +SOURCE="LFS-BOOK" 1.12 +TARBALL="$SOURCE-$VERSION-HTML.tar.bz2" 1.13 +WEB_SITE="http://www.linuxfromscratch.org/" 1.14 +WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL" 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/doc/$PACKAGE 1.20 + cp -a $src/* $fs/usr/share/doc/$PACKAGE 1.21 +} 1.22 +