wok-4.x diff tazwok/receipt @ rev 116
Typo + BUILD_DEPENDS (bogofilter, cdparanoia-III, epdfview, openssl, ...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jan 05 19:05:46 2008 +0100 (2008-01-05) |
parents | 01aa149c1ea9 |
children | dbd9d5cecd6b |
line diff
1.1 --- a/tazwok/receipt Fri Dec 14 21:17:54 2007 +0100 1.2 +++ b/tazwok/receipt Sat Jan 05 19:05:46 2008 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazwok" 1.7 -VERSION="1.2" 1.8 +VERSION="1.3" 1.9 CATEGORY="extra" 1.10 SHORT_DESC="SliTaz sources and binaries packages cooker." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,13 +15,13 @@ 1.13 { 1.14 mkdir -p $fs/usr/bin $fs/usr/share/examples/tazwok \ 1.15 $fs/usr/share/doc/tazwok $fs/etc 1.16 + 1.17 # Copy Tazwok, doc and examples. 1.18 - # 1.19 cp -a $src/tazwok $fs/usr/bin 1.20 chmod 755 $fs/usr/bin/tazwok 1.21 cp -a $src/doc/* $fs/usr/share/doc/tazwok 1.22 cp -a $src/examples/* $fs/usr/share/examples/tazwok 1.23 - rm $fs/usr/share/examples/tazwok/build-world.sh 1.24 + 1.25 # Config file 1.26 cp -a $src/examples/tazwok.conf $fs/etc 1.27 }