wok view isomaster/receipt @ rev 5364

Up: audacious, audacious-dev, audacious-plugins (2.3) - Added dbus-glib-dev to audacious build depends. I also had to copy audacious2 binary directly to build the package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 29 09:41:09 2010 +0000 (2010-04-29)
parents faa4c6e9600b
children ee3fbb1ed2cc
line source
1 # SliTaz package receipt.
3 PACKAGE="isomaster"
4 VERSION="1.3.7"
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 }