gtk2-perl
This commit is contained in:
parent
91aa9e50da
commit
9b267d762a
|
@ -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}"
|
||||||
|
}
|
Loading…
Reference in New Issue