wok rev 3179

Add: perl-gtk and related perl libs
author Claudinei Pereira <claudinei@slitaz.org>
date Mon May 25 23:24:56 2009 +0000 (2009-05-25)
parents 6a2428d6b846
children 8d91c420496b
files perl-cairo/receipt perl-extutils-depends/receipt perl-extutils-pkgconfig/receipt perl-glib/receipt perl-gtk2/receipt perl-pango/receipt perl-test-number-delta/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-cairo/receipt	Mon May 25 23:24:56 2009 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-cairo"
     1.7 +SOURCE="Cairo"
     1.8 +VERSION="1.061"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Perl interface to the cairo library."
    1.11 +MAINTAINER="claudinei@slitaz.org"
    1.12 +DEPENDS="perl cairo freetype fontconfig libpng"
    1.13 +BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \
    1.14 +perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta"
    1.15 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 +WEB_SITE="http://cpan.org/"
    1.17 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	perl Makefile.PL &&
    1.24 +	make &&
    1.25 +	make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr
    1.32 +	cp -a $_pkg/usr/lib $fs/usr
    1.33 +}
    1.34 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/perl-extutils-depends/receipt	Mon May 25 23:24:56 2009 +0000
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="perl-extutils-depends"
     2.7 +SOURCE="ExtUtils-Depends"
     2.8 +VERSION="0.301"
     2.9 +CATEGORY="development"
    2.10 +SHORT_DESC="Easily build XS extensions that depends on XS extensions."
    2.11 +MAINTAINER="claudinei@slitaz.org"
    2.12 +DEPENDS="perl"
    2.13 +BUILD_DEPENDS="perl"
    2.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    2.15 +WEB_SITE="http://cpan.org/"
    2.16 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    2.17 +
    2.18 +# Rules to configure and make the package.
    2.19 +compile_rules()
    2.20 +{
    2.21 +	cd $src
    2.22 +	perl Makefile.PL &&
    2.23 +	make &&
    2.24 +	make DESTDIR=$PWD/_pkg install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p $fs/usr
    2.31 +	cp -a $_pkg/usr/lib $fs/usr
    2.32 +}
    2.33 +
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/perl-extutils-pkgconfig/receipt	Mon May 25 23:24:56 2009 +0000
     3.3 @@ -0,0 +1,30 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="perl-extutils-pkgconfig"
     3.7 +SOURCE="ExtUtils-PkgConfig"
     3.8 +VERSION="1.12"
     3.9 +CATEGORY="development"
    3.10 +SHORT_DESC="Simplistic interface to pkg-config"
    3.11 +MAINTAINER="claudinei@slitaz.org"
    3.12 +DEPENDS="perl pkg-config"
    3.13 +BUILD_DEPENDS="perl pkg-config"
    3.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    3.15 +WEB_SITE="http://cpan.org/"
    3.16 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    3.17 +
    3.18 +# Rules to configure and make the package.
    3.19 +compile_rules()
    3.20 +{
    3.21 +	cd $src
    3.22 +	perl Makefile.PL &&
    3.23 +	make &&
    3.24 +	make DESTDIR=$PWD/_pkg install
    3.25 +}
    3.26 +
    3.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.28 +genpkg_rules()
    3.29 +{
    3.30 +	mkdir -p $fs/usr
    3.31 +	cp -a $_pkg/usr/lib $fs/usr
    3.32 +}
    3.33 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-glib/receipt	Mon May 25 23:24:56 2009 +0000
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="perl-glib"
     4.7 +SOURCE="Glib"
     4.8 +VERSION="1.221"
     4.9 +CATEGORY="development"
    4.10 +SHORT_DESC="Perl wrappers for the GLib utility and Object libraries."
    4.11 +MAINTAINER="claudinei@slitaz.org"
    4.12 +DEPENDS="perl glib"
    4.13 +BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev"
    4.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.15 +WEB_SITE="http://cpan.org/"
    4.16 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    4.17 +
    4.18 +# Rules to configure and make the package.
    4.19 +compile_rules()
    4.20 +{
    4.21 +	cd $src
    4.22 +	perl Makefile.PL &&
    4.23 +	make &&
    4.24 +	make DESTDIR=$PWD/_pkg install
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr
    4.31 +	cp -a $_pkg/usr/lib $fs/usr
    4.32 +}
    4.33 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-gtk2/receipt	Mon May 25 23:24:56 2009 +0000
     5.3 @@ -0,0 +1,30 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="perl-gtk2"
     5.7 +SOURCE="Gtk2"
     5.8 +VERSION="1.220"
     5.9 +CATEGORY="development"
    5.10 +SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library."
    5.11 +MAINTAINER="claudinei@slitaz.org"
    5.12 +DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo"
    5.13 +BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig"
    5.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.15 +WEB_SITE="http://cpan.org/"
    5.16 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    5.17 +
    5.18 +# Rules to configure and make the package.
    5.19 +compile_rules()
    5.20 +{
    5.21 +	cd $src
    5.22 +	perl Makefile.PL &&
    5.23 +	make &&
    5.24 +	make DESTDIR=$PWD/_pkg install
    5.25 +}
    5.26 +
    5.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.28 +genpkg_rules()
    5.29 +{
    5.30 +	mkdir -p $fs/usr
    5.31 +	cp -a $_pkg/usr/lib $fs/usr
    5.32 +}
    5.33 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/perl-pango/receipt	Mon May 25 23:24:56 2009 +0000
     6.3 @@ -0,0 +1,30 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="perl-pango"
     6.7 +SOURCE="Pango"
     6.8 +VERSION="1.220"
     6.9 +CATEGORY="development"
    6.10 +SHORT_DESC="Layout and render international text."
    6.11 +MAINTAINER="claudinei@slitaz.org"
    6.12 +DEPENDS="perl pango perl-glib perl-cairo"
    6.13 +BUILD_DEPENDS="perl pango-dev perl-extutils-depends perl-extutils-pkgconfig"
    6.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    6.15 +WEB_SITE="http://cpan.org/"
    6.16 +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL"
    6.17 +
    6.18 +# Rules to configure and make the package.
    6.19 +compile_rules()
    6.20 +{
    6.21 +	cd $src
    6.22 +	perl Makefile.PL &&
    6.23 +	make &&
    6.24 +	make DESTDIR=$PWD/_pkg install
    6.25 +}
    6.26 +
    6.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.28 +genpkg_rules()
    6.29 +{
    6.30 +	mkdir -p $fs/usr
    6.31 +	cp -a $_pkg/usr/lib $fs/usr
    6.32 +}
    6.33 +
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/perl-test-number-delta/receipt	Mon May 25 23:24:56 2009 +0000
     7.3 @@ -0,0 +1,30 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="perl-test-number-delta"
     7.7 +SOURCE="Test-Number-Delta"
     7.8 +VERSION="1.03"
     7.9 +CATEGORY="development"
    7.10 +SHORT_DESC="Compare the difference between numbers against a given tolerance."
    7.11 +MAINTAINER="claudinei@slitaz.org"
    7.12 +DEPENDS="perl"
    7.13 +BUILD_DEPENDS="perl"
    7.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    7.15 +WEB_SITE="http://cpan.org/"
    7.16 +WGET_URL="http://cpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
    7.17 +
    7.18 +# Rules to configure and make the package.
    7.19 +compile_rules()
    7.20 +{
    7.21 +	cd $src
    7.22 +	perl Makefile.PL &&
    7.23 +	make &&
    7.24 +	make DESTDIR=$PWD/_pkg install
    7.25 +}
    7.26 +
    7.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.28 +genpkg_rules()
    7.29 +{
    7.30 +	mkdir -p $fs/usr
    7.31 +	cp -a $_pkg/usr/lib $fs/usr
    7.32 +}
    7.33 +