gtk2-perl

This commit is contained in:
milisbir 2018-02-26 22:25:28 +02:00
parent 91aa9e50da
commit 9b267d762a
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# 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}"
}