wok diff dosfstools/receipt @ rev 7530
sudoku,nanochess:modify to enable open by firefox,and add chinese Name
author | fireflyoo <lufeng369@gmail.com> |
---|---|
date | Mon Dec 06 14:58:44 2010 +0800 (2010-12-06) |
parents | 4615573735e2 |
children | 21b80c68de86 |
line diff
1.1 --- a/dosfstools/receipt Wed Feb 13 13:27:11 2008 +0100 1.2 +++ b/dosfstools/receipt Mon Dec 06 14:58:44 2010 +0800 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dosfstools" 1.7 -VERSION="2.11" 1.8 +VERSION="3.0.10" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Tools to creat and check dos filesystems." 1.11 +SHORT_DESC="Tools to create and check dos filesystems." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -TARBALL="$PACKAGE-$VERSION.src.tar.gz" 1.14 -WEB_SITE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/" 1.15 -WGET_URL="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$TARBALL" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" 1.18 +WGET_URL="$WEB_SITE/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -20,7 +20,8 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/sbin 1.26 - cp -a $src/mkdosfs/mkdosfs $fs/sbin 1.27 - cp -a $src/dosfsck/dosfsck $fs/sbin 1.28 + cp -a $src/mkdosfs $fs/sbin 1.29 + cp -a $src/dosfsck $fs/sbin 1.30 + cp -a $src/dosfslabel $fs/sbin 1.31 strip -s $fs/sbin/* 1.32 }