wok annotate isomaster/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents faa4c6e9600b
children ee3fbb1ed2cc
rev   line source
pankso@42 1 # SliTaz package receipt.
pankso@42 2
pankso@42 3 PACKAGE="isomaster"
devl547@5201 4 VERSION="1.3.7"
pankso@201 5 CATEGORY="utilities"
pankso@42 6 SHORT_DESC="Graphical CD image (ISO) editor."
pankso@42 7 MAINTAINER="pankso@slitaz.org"
pascal@2517 8 DEPENDS="gtk+ libxml2 xorg-libXdamage"
pankso@967 9 BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev intltool"
pankso@42 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@42 11 WEB_SITE="http://littlesvr.ca/isomaster/"
pankso@42 12 WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL"
jozee@4938 13 TAGS="iso editor"
pankso@42 14
pankso@42 15 # Rules to configure and make the package.
pankso@42 16 compile_rules()
pankso@42 17 {
pankso@42 18 cd $src
pascal@2517 19 make PREFIX=/usr &&
pankso@42 20 make PREFIX=/usr DESTDIR=$PWD/_pkg install
pankso@42 21 }
pankso@42 22
pankso@42 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@42 24 genpkg_rules()
pankso@42 25 {
pankso@185 26 mkdir -p $fs/usr/share
pankso@42 27 cp -a $_pkg/usr/bin $fs/usr
pankso@42 28 cp -a $_pkg/usr/share/isomaster $fs/usr/share
pankso@462 29 rm $fs/usr/share/isomaster/icons/isomaster.png
pankso@42 30 }