milis/talimatname/genel/flaxpdf/talimat

21 lines
406 B
Plaintext
Raw Normal View History

2017-03-23 13:30:28 +01:00
# Description: Basit bir FLTK PDF görüntüleyicisi
2016-02-24 01:27:23 +01:00
# URL: https://github.com/clbr/flaxpdf
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: fltk1 poppler lzo
name=flaxpdf
2017-05-21 17:45:12 +02:00
version=0.7.3
2016-02-24 01:27:23 +01:00
release=1
2017-05-21 20:34:00 +02:00
source=(https://github.com/clbr/flaxpdf/archive/v0.7.3.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
2017-05-21 17:45:12 +02:00
cd "${name}-$version"
2016-02-24 01:27:23 +01:00
mkdir -p config
touch config/config.rpath
./autogen.sh
2017-01-31 01:37:09 +01:00
./configure --prefix=/usr
2016-02-24 01:27:23 +01:00
make
make DESTDIR="$PKG" install
}