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

19 lines
491 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: Pango için Perl bağları
# URL: http://gtk2-perl.sourceforge.net/
# Paketçi: Cihan_Alkan
# Gerekler: perl-extutils-pkgconfig perl-extutils-depends pango cairo-perl perl-glib
# Grup: kütüphane
isim=pango-perl
surum=1.227
devir=1
kaynak=(https://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-$surum.tar.gz)
derle() {
cd Pango-$surum
export PERL_USE_UNSAFE_INC=1
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR="${PKG}"
}