wok rev 185

UP : isomaster (1.3.1) with dektop file
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 05 23:29:38 2008 +0100 (2008-02-05)
parents 8def7e2ff3e5
children b39721b78c87
files asunder/receipt isomaster/receipt
line diff
     1.1 --- a/asunder/receipt	Tue Feb 05 23:49:00 2008 +0100
     1.2 +++ b/asunder/receipt	Tue Feb 05 23:29:38 2008 +0100
     1.3 @@ -26,5 +26,4 @@
     1.4  {
     1.5  	mkdir -p $fs/usr
     1.6  	cp -a $_pkg/usr/bin $fs/usr
     1.7 -	strip -s $fs/usr/bin/*
     1.8  }
     2.1 --- a/isomaster/receipt	Tue Feb 05 23:49:00 2008 +0100
     2.2 +++ b/isomaster/receipt	Tue Feb 05 23:29:38 2008 +0100
     2.3 @@ -1,11 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="isomaster"
     2.7 -VERSION="1.3"
     2.8 +VERSION="1.3.1"
     2.9  CATEGORY="extra"
    2.10  SHORT_DESC="Graphical CD image (ISO) editor."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 -DEPENDS="gtk+"
    2.13 +DEPENDS="gtk+ libxml2"
    2.14 +BUILD_DEPENDS="xorg-dev gtk+-dev libxml2-dev"
    2.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16  WEB_SITE="http://littlesvr.ca/isomaster/"
    2.17  WGET_URL="http://littlesvr.ca/isomaster/releases/$TARBALL"
    2.18 @@ -22,11 +23,8 @@
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.20  genpkg_rules()
    2.21  {
    2.22 -	mkdir -p $fs/usr/share/locale $fs/usr/share/pixmaps
    2.23 +	mkdir -p $fs/usr/share
    2.24  	cp -a $_pkg/usr/bin $fs/usr
    2.25 -	strip -s $fs/usr/bin/*
    2.26 -	# Pixmap (24x24), icons and locale fr stuff.
    2.27 -	cp -a stuff/isomaster.png $fs/usr/share/pixmaps
    2.28  	cp -a $_pkg/usr/share/isomaster $fs/usr/share
    2.29  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    2.30  }