milis/talimatname/genel/flaxpdf/talimat

25 lines
394 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
version=20152609
release=1
2017-01-31 01:37:09 +01:00
source()
2016-02-24 01:27:23 +01:00
build() {
git clone https://github.com/clbr/flaxpdf.git
cd flaxpdf
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
}