wok-current diff tazwok/receipt @ rev 1305
Fix: Typo in claws-mail. Sorry guys.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Aug 25 09:51:40 2008 +0200 (2008-08-25) |
parents | 7d534380fdad |
children | a7975e77ec10 |
line diff
1.1 --- a/tazwok/receipt Fri Apr 25 17:12:21 2008 +0000 1.2 +++ b/tazwok/receipt Mon Aug 25 09:51:40 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