wok view cdrkit-isoinfo/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
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 }