# HG changeset patch # User Antoine Bodin # Date 1324063919 -3600 # Node ID e584450f5f0e3f6fa6135079f2247b5b55495f0e # Parent c5c7f18d90eb198e3703a8b23bf507c5ceb1ddcd Remove: perl-gtk2-perl (it's a duplicate of perl-gtk2) diff -r c5c7f18d90eb -r e584450f5f0e perl-gtk2-perl/receipt --- a/perl-gtk2-perl/receipt Fri Dec 16 15:42:01 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-gtk2-perl" -VERSION="1.240" -CATEGORY="development" -SHORT_DESC="Gtk2 module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="Gtk2" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/$TARBALL" - -DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends" -BUILD_DEPENDS="perl-glib perl-pango perl-extutils-pkgconfig perl-extutils-depends" - -# 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 c5c7f18d90eb -r e584450f5f0e perl-gtk2-trayicon/receipt --- a/perl-gtk2-trayicon/receipt Fri Dec 16 15:42:01 2011 +0100 +++ b/perl-gtk2-trayicon/receipt Fri Dec 16 20:31:59 2011 +0100 @@ -12,8 +12,8 @@ WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" -DEPENDS="perl-gtk2-perl" -BUILD_DEPENDS="perl-gtk2-perl" +DEPENDS="perl-gtk2" +BUILD_DEPENDS="perl-gtk2" # Rules to configure and make the package. compile_rules()