wok-stable diff zip/receipt @ rev 33
Add : xine (libs + ui)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Dec 18 14:06:22 2007 +0100 (2007-12-18) |
parents | |
children | cf22fee17710 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/zip/receipt Tue Dec 18 14:06:22 2007 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="zip" 1.7 +VERSION="2.32" 1.8 +CATEGORY="extra" 1.9 +SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="zip232.tar.gz" 1.12 +WEB_SITE="http://www.info-zip.org/" 1.13 +WGET_URL="ftp://ftp.dante.de/tex-archive/tools/zip/info-zip/src/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src 1.19 + make -f unix/Makefile generic_gcc 1.20 +} 1.21 + 1.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 +genpkg_rules() 1.24 +{ 1.25 + mkdir -p $fs/usr/bin 1.26 + cp -a $src/zip $fs/usr/bin 1.27 + cp -a $src/zipcloak $fs/usr/bin 1.28 + cp -a $src/zipnote $fs/usr/bin 1.29 + cp -a $src/zipsplit $fs/usr/bin 1.30 + strip -s $fs/usr/bin/* 1.31 +} 1.32 +