wok rev 1079
Up: tazwok (2.0) - md5sum, size and more
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jul 16 16:16:02 2008 +0200 (2008-07-16) |
parents | 761cb72114b3 |
children | ff5b2bafde86 |
files | tazwok/receipt |
line diff
1.1 --- a/tazwok/receipt Wed Jul 16 16:05:05 2008 +0200 1.2 +++ b/tazwok/receipt Wed Jul 16 16:16:02 2008 +0200 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazwok" 1.7 -VERSION="1.7" 1.8 +VERSION="2.0" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz sources and binaries packages cooker." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.slitaz.org/" 1.14 -WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazwok/$TARBALL" 1.15 +WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL" 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 { 1.20 - mkdir -p $fs/usr/bin $fs/usr/share/examples/tazwok \ 1.21 - $fs/usr/share/doc/tazwok $fs/etc 1.22 + mkdir -p $fs/usr/bin \ 1.23 + $fs/usr/share/examples/tazwok \ 1.24 + $fs/usr/share/doc/tazwok $fs/etc 1.25 1.26 # Copy Tazwok, doc and examples. 1.27 cp -a $src/tazwok $fs/usr/bin