contrib/p5-glib/Pkgfile

23 lines
590 B
Plaintext
Raw Normal View History

2007-12-27 12:36:52 +01:00
# Description: Perl bindings for glib
# URL: http://search.cpan.org/dist/Glib/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: glib p5-extutils-depends p5-extutils-pkgconfig
2007-12-27 12:36:52 +01:00
name=p5-glib
2019-08-27 12:07:27 +02:00
version=1.3291
2007-12-27 12:36:52 +01:00
release=1
source=(http://www.cpan.org/modules/by-module/Glib/Glib-$version.tar.gz)
2007-12-27 12:36:52 +01:00
build() {
cd Glib-$version
perl Makefile.PL
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 ||:
2018-02-22 09:04:11 +01:00
find $PKG -type f -a -perm -u-w | xargs chmod u+w
2007-12-27 12:36:52 +01:00
}