# HG changeset patch # User Claudinei Pereira # Date 1243293896 0 # Node ID 349d8a3333f4826656adee7a86eda3af7243c498 # Parent 6a2428d6b846c3df9e089c6ef82075a7f908694e Add: perl-gtk and related perl libs diff -r 6a2428d6b846 -r 349d8a3333f4 perl-cairo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-cairo/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="perl-cairo" +SOURCE="Cairo" +VERSION="1.061" +CATEGORY="development" +SHORT_DESC="Perl interface to the cairo library." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl cairo freetype fontconfig libpng" +BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ +perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-extutils-depends/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-extutils-depends/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-extutils-depends" +SOURCE="ExtUtils-Depends" +VERSION="0.301" +CATEGORY="development" +SHORT_DESC="Easily build XS extensions that depends on XS extensions." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-extutils-pkgconfig/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-extutils-pkgconfig/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-extutils-pkgconfig" +SOURCE="ExtUtils-PkgConfig" +VERSION="1.12" +CATEGORY="development" +SHORT_DESC="Simplistic interface to pkg-config" +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl pkg-config" +BUILD_DEPENDS="perl pkg-config" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-glib/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-glib/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-glib" +SOURCE="Glib" +VERSION="1.221" +CATEGORY="development" +SHORT_DESC="Perl wrappers for the GLib utility and Object libraries." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl glib" +BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-gtk2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-gtk2/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-gtk2" +SOURCE="Gtk2" +VERSION="1.220" +CATEGORY="development" +SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo" +BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-pango/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-pango/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-pango" +SOURCE="Pango" +VERSION="1.220" +CATEGORY="development" +SHORT_DESC="Layout and render international text." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl pango perl-glib perl-cairo" +BUILD_DEPENDS="perl pango-dev perl-extutils-depends perl-extutils-pkgconfig" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/T/TS/TSCH/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} + diff -r 6a2428d6b846 -r 349d8a3333f4 perl-test-number-delta/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-number-delta/receipt Mon May 25 23:24:56 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-number-delta" +SOURCE="Test-Number-Delta" +VERSION="1.03" +CATEGORY="development" +SHORT_DESC="Compare the difference between numbers against a given tolerance." +MAINTAINER="claudinei@slitaz.org" +DEPENDS="perl" +BUILD_DEPENDS="perl" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://cpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} +