wok view cdrkit-isoinfo/receipt @ rev 12641

gnomad2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 22:10:56 2012 +0200 (2012-04-29)
parents 063ab2698119
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="cdrkit-isoinfo"
4 VERSION="1.1.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Isoinfo Utility programs for iso9660 images"
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="cdrkit"
9 WEB_SITE="http://www.cdrkit.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp -a $_pkg/usr/bin/isoinfo $fs/usr/bin
16 }