wok-4.x view isomaster/receipt @ rev 1826
Add rlog
author | Bill Nagel <b1+slitaz@nagel.org> |
---|---|
date | Tue Dec 09 05:50:07 2008 -0800 (2008-12-09) |
parents | 3c145e41b8eb |
children | 7b6010a3f9b7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="isomaster"
4 VERSION="1.3.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Graphical CD image (ISO) editor."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libxml2"
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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make PREFIX=/usr
19 make PREFIX=/usr DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share/isomaster $fs/usr/share
28 rm $fs/usr/share/isomaster/icons/isomaster.png
29 }