wok-next diff gob2/receipt @ rev 4888
espeak: enable devel file
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 06 11:26:23 2010 +0000 (2010-02-06) |
parents | |
children | 9f19aee613be |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gob2/receipt Sat Feb 06 11:26:23 2010 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gob2" 1.7 +VERSION="2.0.16" 1.8 +CATEGORY="x-window" 1.9 +MAINTAINER="jozee@slitaz.org" 1.10 +SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects" 1.11 +WEB_SITE="http://www.5z.com/jirka/gob.html" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL" 1.14 +TAGS="" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 + 1.18 +compile_rules() { 1.19 + cd $src 1.20 + ./configure --prefix=/usr 1.21 + make 1.22 + make DESTDIR=$PWD/_pkg install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr 1.29 + cp -a $_pkg/usr/bin $fs/usr 1.30 +}