milis/talimatname/genel/libpgf/talimat

20 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.

# Description: Aşamalı Grafik Dosyasının (PGF) bir uygulaması
# URL: http://www.libpgf.org
# Packager: milisarge
# Depends on: dos2unix
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
}