wok rev 36

Add : libart_lgpl + libglade
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:09:24 2007 +0100 (2007-12-18)
parents 67f32e5e811a
children 5fabfae1758c
files libart_lgpl-dev/receipt libart_lgpl/receipt libglade-dev/receipt libglade/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libart_lgpl-dev/receipt	Tue Dec 18 14:09:24 2007 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libart_lgpl-dev"
     1.7 +VERSION="2.3.19"
     1.8 +CATEGORY="devel"
     1.9 +SHORT_DESC="Free libart devel file."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="gtk+"
    1.12 +WANTED="libart_lgpl"
    1.13 +WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $_pkg/usr/bin $fs/usr
    1.22 +	cp -a $_pkg/usr/include $fs/usr
    1.23 +}
    1.24 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libart_lgpl/receipt	Tue Dec 18 14:09:24 2007 +0100
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="libart_lgpl"
     2.7 +VERSION="2.3.19"
     2.8 +CATEGORY="extra"
     2.9 +SHORT_DESC="Free libart."
    2.10 +MAINTAINER="pankso@slitaz.org"
    2.11 +DEPENDS="gtk+"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/"
    2.14 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/$TARBALL"
    2.15 +
    2.16 +# Rules to configure and make the package.
    2.17 +compile_rules()
    2.18 +{
    2.19 +	cd $src
    2.20 +	./configure --prefix=/usr --infodir=/usr/share/info \
    2.21 +	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.22 +	make
    2.23 +	make DESTDIR=$PWD/_pkg install
    2.24 +}
    2.25 +
    2.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.27 +genpkg_rules()
    2.28 +{
    2.29 +	mkdir -p $fs/usr/lib
    2.30 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.31 +	strip --strip-unneeded $fs/usr/lib/*
    2.32 +}
    2.33 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libglade-dev/receipt	Tue Dec 18 14:09:24 2007 +0100
     3.3 @@ -0,0 +1,20 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libglade-dev"
     3.7 +VERSION="2.0.1"
     3.8 +CATEGORY="extra"
     3.9 +SHORT_DESC="The Glade libs devel files."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="gtk+-dev libglade"
    3.12 +WANTED="libglade"
    3.13 +WEB_SITE="http://www.jamesh.id.au/software/libglade/"
    3.14 +
    3.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.16 +genpkg_rules()
    3.17 +{
    3.18 +	mkdir -p $fs/usr/lib
    3.19 +	cp -a $_pkg/usr/include $fs/usr
    3.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    3.21 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    3.22 +}
    3.23 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/libglade/receipt	Tue Dec 18 14:09:24 2007 +0100
     4.3 @@ -0,0 +1,38 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="libglade"
     4.7 +VERSION="2.0.1"
     4.8 +CATEGORY="extra"
     4.9 +SHORT_DESC="The Glade libs."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="gtk+"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.13 +WEB_SITE="http://www.jamesh.id.au/software/libglade/"
    4.14 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/$TARBALL"
    4.15 +
    4.16 +# Rules to configure and make the package.
    4.17 +compile_rules()
    4.18 +{
    4.19 +	cd $src
    4.20 +	./configure \
    4.21 +		--prefix=/usr \
    4.22 +		--infodir=/usr/share/info \
    4.23 +		--mandir=/usr/share/man \
    4.24 +		--with-html-dir=/usr/share/doc \
    4.25 +		$CONFIGURE_ARGS
    4.26 +	make
    4.27 +	make DESTDIR=$PWD/_pkg install
    4.28 +}
    4.29 +
    4.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.31 +genpkg_rules()
    4.32 +{
    4.33 +	mkdir -p $fs/usr/lib
    4.34 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    4.35 +	
    4.36 +	cp -a $_pkg/usr/bin $fs/usr
    4.37 +	chmod +x $fs/usr/bin/*
    4.38 +	
    4.39 +	strip --strip-unneeded $fs/usr/lib/*
    4.40 +}
    4.41 +