milis/talimatname/genel/perl-glib/talimat

22 lines
528 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Glib için perl bağlayıcısı
# URL: http://www.gtkperl.org
# Packager: milisarge
# Depends on: perl-extutils-depends gobject-introspection perl-extutils-pkgconfig
name=perl-glib
version=1.304
release=1
source=(https://github.com/gitpan/Glib/archive/cpan_path/XAOC/Glib-$version.tar.gz.tar.gz)
build() {
cd Glib-cpan_path-XAOC-Glib-$version.tar.gz
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \
-name perllocal.pod \
-o -name .packlist | xargs rm
rm $PKG -empty | xargs rmdir -p ||:
}