wok diff cdrkit-isoinfo/receipt @ rev 3222
Add: Chinese font and linuxqq
author | Chen Yufei <tsjz@ymail.com> |
---|---|
date | Fri May 29 11:52:33 2009 +0800 (2009-05-29) |
parents | |
children | 063ab2698119 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cdrkit-isoinfo/receipt Fri May 29 11:52:33 2009 +0800 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="cdrkit-isoinfo" 1.7 +VERSION="1.1.9" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Isoinfo Utility programs for iso9660 images" 1.10 +MAINTAINER="jozee@slitaz.org" 1.11 +WANTED="cdrkit" 1.12 +WEB_SITE="http://www.cdrkit.org/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/bin 1.18 + cp -a $_pkg/usr/bin/isoinfo $fs/usr/bin 1.19 + strip -s $fs/usr/bin/* 2>/dev/null 1.20 + 1.21 +}