contrib/p5-gtk2/Pkgfile
2011-08-15 17:08:35 +02:00

28 lines
672 B
Plaintext

# Description: Perl bindings for GTK2
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Han Boetes, han at mijncomputer dot nl
# Depends on: gtk p5-pango
name=p5-gtk2
version=1.224
release=1
source=(http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gtk2-$version.tar.gz)
build() {
cd Gtk2-$version
perl Makefile.PL \
--without-gdkimlib \
--without-gnome \
--without-applets \
--without-gnomeprint \
--without-glade
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
}