wok rev 1133

Receipt for feh - Image viewer and composer
Receipt for giblib - Graphic library, Imlib2 wrapper. Requested by feh.
Receipt for giblib - Giblib development files. Requested to build feh.
author Mallory MOLLO <mallory@sweetpeople.org>
date Thu Jul 24 00:38:56 2008 +0200 (2008-07-24)
parents c56a51e96041
children 30f642df947e
files feh/receipt giblib-dev/receipt giblib/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/feh/receipt	Thu Jul 24 00:38:56 2008 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt
     1.5 +
     1.6 +PACKAGE="feh"
     1.7 +VERSION="1.3.4"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Lightweight and powerfull image viewer and composer"
    1.10 +MAINTAINER="mallory@sweetpeople.org"
    1.11 +DEPENDS="imlib2 giblib"
    1.12 +BUILD_DEPENDS="imlib2-dev imlib2 giblib-dev giblib"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://linuxbrit.co.uk/feh/"
    1.15 +WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr
    1.22 +	make
    1.23 +	make DESTDIR=../_pkg install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $_pkg/usr/bin/feh $fs/usr/bin
    1.31 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/giblib-dev/receipt	Thu Jul 24 00:38:56 2008 +0200
     2.3 @@ -0,0 +1,25 @@
     2.4 +# SliTaz package receipt
     2.5 +
     2.6 +PACKAGE="giblib-dev"
     2.7 +VERSION="1.2.4"
     2.8 +CATEGORY="graphics"
     2.9 +SHORT_DESC="Giblib graphic library development files."
    2.10 +MAINTAINER="mallory@sweetpeople.org"
    2.11 +WANTED="giblib"
    2.12 +WEB_SITE="http://linuxbrit.co.uk/feh/"
    2.13 +
    2.14 +
    2.15 +# Rules to configure and make the package.
    2.16 +compile_rules()
    2.17 +{
    2.18 +	cd $src
    2.19 +	./configure --prefix=/usr
    2.20 +	make
    2.21 +}
    2.22 +
    2.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.24 +genpkg_rules()
    2.25 +{
    2.26 +	mkdir -p $fs/usr/include
    2.27 +	cp -a $_pkg/usr/include $fs/usr
    2.28 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/giblib/receipt	Thu Jul 24 00:38:56 2008 +0200
     3.3 @@ -0,0 +1,28 @@
     3.4 +# SliTaz package receipt
     3.5 +
     3.6 +PACKAGE="giblib"
     3.7 +VERSION="1.2.4"
     3.8 +CATEGORY="graphics"
     3.9 +SHORT_DESC="Giblib graphic library."
    3.10 +MAINTAINER="mallory@sweetpeople.org"
    3.11 +DEPENDS="imlib2"
    3.12 +BUILD_DEPENDS="imlib2-dev imlib2"
    3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 +WEB_SITE="http://linuxbrit.co.uk/feh/"
    3.15 +WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL"
    3.16 +
    3.17 +# Rules to configure and make the package.
    3.18 +compile_rules()
    3.19 +{
    3.20 +	cd $src
    3.21 +	./configure --prefix=/usr
    3.22 +	make
    3.23 +	make DESTDIR=$PWD/_pkg install
    3.24 +}
    3.25 +
    3.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.27 +genpkg_rules()
    3.28 +{
    3.29 +	mkdir -p $fs/usr
    3.30 +	cp -a $_pkg/usr/{bin,lib} $fs/usr
    3.31 +}