wok view isomaster/receipt @ rev 8699

ocs agent: fix Tapkg.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:08:43 2011 +0100 (2011-02-17)
parents 0f836a6120c8
children dad10fa06251
line source
1 # SliTaz package receipt.
3 PACKAGE="isomaster"
4 VERSION="1.3.8"
5 CATEGORY="utilities"
6 SHORT_DESC="Graphical CD image (ISO) editor."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libxml2 xorg-libXdamage"
9 BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev intltool"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://littlesvr.ca/isomaster/"
12 WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL"
13 TAGS="iso editor"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make PREFIX=/usr &&
20 make PREFIX=/usr DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/isomaster $fs/usr/share
29 rm $fs/usr/share/isomaster/icons/isomaster.png
30 }