milis/talimatname/genel/g/gtk2-perl/talimat

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