milis/talimatname/genel/p/perl-glib/talimat

22 lines
513 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.

# Tanım: Glib için perl bağlayıcısı
# URL: http://www.gtkperl.org
# Paketçi: milisarge
# Gerekler: perl-extutils-depends gobject-introspection perl-extutils-pkgconfig
isim=perl-glib
surum=1.304
devir=1
kaynak=(https://github.com/gitpan/Glib/archive/cpan_path/XAOC/Glib-$surum.tar.gz.tar.gz)
derle() {
cd Glib-cpan_path-XAOC-Glib-$surum.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 ||:
}