2007-12-27 16:44:15 +01:00
|
|
|
# Description: Perl bindings for GTK2
|
2018-02-22 03:20:00 -05:00
|
|
|
# URL: http://search.cpan.org/dist/Gtk2/
|
|
|
|
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
|
|
|
|
# Depends on: gtk p5-pango xorg-libxdamage
|
2007-12-27 16:44:15 +01:00
|
|
|
|
|
|
|
name=p5-gtk2
|
2019-08-28 05:34:00 -04:00
|
|
|
version=1.24993
|
2007-12-27 16:44:15 +01:00
|
|
|
release=1
|
2011-11-23 10:56:07 +01:00
|
|
|
source=(http://www.cpan.org/modules/by-module/Gtk2/Gtk2-$version.tar.gz)
|
2007-12-27 16:44:15 +01:00
|
|
|
|
|
|
|
build() {
|
2018-02-22 03:20:00 -05:00
|
|
|
cd Gtk2-$version
|
2011-11-23 10:56:07 +01:00
|
|
|
|
2018-02-22 03:20:00 -05:00
|
|
|
perl Makefile.PL \
|
|
|
|
--without-gdkimlib \
|
|
|
|
--without-gnome \
|
|
|
|
--without-applets \
|
|
|
|
--without-gnomeprint \
|
|
|
|
--without-glade
|
2011-11-23 10:56:07 +01:00
|
|
|
|
2018-02-22 03:20:00 -05:00
|
|
|
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 ||:
|
|
|
|
find $PKG -type f -a -perm -u-w | xargs chmod u+w
|
2007-12-27 16:44:15 +01:00
|
|
|
}
|