wok-4.x rev 4499
Add: gob2, gob2-dev
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Nov 20 15:29:13 2009 +0000 (2009-11-20) |
parents | 417a3c37671f |
children | 370eb8b7f05e |
files | gob2-dev/receipt gob2/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gob2-dev/receipt Fri Nov 20 15:29:13 2009 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gob2-dev" 1.7 +VERSION="0.19.0" 1.8 +CATEGORY="development" 1.9 +MAINTAINER="jozee@slitaz.org" 1.10 +SHORT_DESC="gob2 devel library." 1.11 +WANTED="gob2" 1.12 +WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/share 1.18 + cp -a $_pkg/usr/share/aclocal* $fs/usr/share 1.19 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gob2/receipt Fri Nov 20 15:29:13 2009 +0000 2.3 @@ -0,0 +1,27 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gob2" 2.7 +VERSION="2.0.16" 2.8 +CATEGORY="x-window" 2.9 +MAINTAINER="jozee@slitaz.org" 2.10 +SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" 2.11 +WEB_SITE="http://www.5z.com/jirka/gob.html" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" 2.14 +TAGS="" 2.15 + 2.16 +# Rules to configure and make the package. 2.17 + 2.18 +compile_rules() { 2.19 + cd $src 2.20 + ./configure --prefix=/usr 2.21 + make 2.22 + make DESTDIR=$PWD/_pkg install 2.23 +} 2.24 + 2.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 +genpkg_rules() 2.27 +{ 2.28 + mkdir -p $fs/usr 2.29 + cp -a $_pkg/usr/bin $fs/usr 2.30 +}