2017-03-31 09:17:03 +02:00
|
|
|
|
# Description: Aşamalı Grafik Dosyasının (PGF) bir uygulaması
|
|
|
|
|
# URL: http://www.libpgf.org
|
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: dos2unix
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=libpgf
|
|
|
|
|
version=7.15.32
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://sourceforge.net/projects/$name/files/$name/$version-latest/libPGF-codec-and-console-src.zip)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $SRC/PGF/Codec
|
|
|
|
|
dos2unix configure.ac
|
|
|
|
|
sh ./autogen.sh
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|