contrib/p5-gtk2/Pkgfile

30 lines
685 B
Plaintext
Raw Normal View History

2007-12-27 16:44:15 +01:00
# Description: Perl bindings for GTK2
2008-07-01 13:08:08 +02:00
# URL: http://www.cpan.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2007-12-27 16:44:15 +01:00
# Packager: Han Boetes, han at mijncomputer dot nl
2013-05-15 12:18:46 +02:00
# Depends on: gtk p5-pango xorg-libxdamage
2007-12-27 16:44:15 +01:00
name=p5-gtk2
2013-10-14 13:13:46 +02:00
version=1.248
2007-12-27 16:44:15 +01:00
release=1
source=(http://www.cpan.org/modules/by-module/Gtk2/Gtk2-$version.tar.gz)
2007-12-27 16:44:15 +01:00
build() {
2008-07-01 13:08:08 +02:00
cd Gtk2-$version
2007-12-27 16:44:15 +01:00
perl Makefile.PL \
--without-gdkimlib \
--without-gnome \
--without-applets \
--without-gnomeprint \
--without-glade
2007-12-27 16:44:15 +01:00
make OPTIMIZE="$CFLAGS"
make install DESTDIR=$PKG
2007-12-27 16:44:15 +01:00
find $PKG \
-name perllocal.pod \
-o -name "*.bs" \
-o -name .packlist | xargs rm
find $PKG -empty | xargs rmdir -p ||:
2007-12-27 16:44:15 +01:00
}