milis/talimatname/genel/c/cairo-perl/talimat

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