wok-4.x rev 11313
add indent, up maintained-by
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Wed Nov 16 11:55:27 2011 +0800 (2011-11-16) |
parents | 810399e45e44 |
children | d2ef09868bdb |
files | hdparm/receipt indent/receipt util-linux-ng-flock/receipt |
line diff
1.1 --- a/hdparm/receipt Tue Nov 15 08:34:19 2011 +0000 1.2 +++ b/hdparm/receipt Wed Nov 16 11:55:27 2011 +0800 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="9.37" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="hdparm - get/set ATA/SATA drive parameters under Linux" 1.7 -MAINTAINER="liupeng <hipeng@about.me>" 1.8 +MAINTAINER="liupeng <hipeng@yahoo.com>" 1.9 DEPENDS="glibc" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://sourceforge.net/projects/hdparm/"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/indent/receipt Wed Nov 16 11:55:27 2011 +0800 2.3 @@ -0,0 +1,25 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="indent" 2.7 +VERSION="2.2.10" 2.8 +CATEGORY="utilities" 2.9 +SHORT_DESC="A tool for formatting C code." 2.10 +MAINTAINER="liupeng <hipeng@yahoo.com>" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 +WEB_SITE="http://www.gnu.org/software/indent/" 2.13 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.14 + 2.15 +# Rules to configure and make the package. 2.16 +compile_rules() 2.17 +{ 2.18 + cd $src 2.19 + ./configure $CONFIGURE_ARGS && make && make install 2.20 +} 2.21 + 2.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.23 +genpkg_rules() 2.24 +{ 2.25 + mkdir -p $fs/usr/bin 2.26 + cp -a $_pkg/usr/bin/indent $fs/usr/bin 2.27 +} 2.28 +
3.1 --- a/util-linux-ng-flock/receipt Tue Nov 15 08:34:19 2011 +0000 3.2 +++ b/util-linux-ng-flock/receipt Wed Nov 16 11:55:27 2011 +0800 3.3 @@ -4,7 +4,7 @@ 3.4 VERSION="2.19.1" 3.5 CATEGORY="base-system" 3.6 SHORT_DESC="The flock utility from Util linux NG." 3.7 -MAINTAINER="liupeng <hipeng@about.me>" 3.8 +MAINTAINER="liupeng <hipeng@yahoo.com>" 3.9 DEPENDS="glibc-base" 3.10 WANTED="util-linux-ng" 3.11 WEB_SITE="http://kernel.org/~kzak/util-linux-ng/"