milis/talimatname/genel/l/libpgf/talimat

20 lines
408 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Aşamalı Grafik Dosyasının (PGF) bir uygulaması
2017-03-31 09:17:03 +02:00
# URL: http://www.libpgf.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: dos2unix
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libpgf
surum=7.15.32
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://sourceforge.net/projects/$isim/files/$isim/$surum-latest/libPGF-codec-and-console-src.zip)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $SRC/PGF/Codec
dos2unix configure.ac
sh ./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}