fltk-ekip

This commit is contained in:
milisarge 2017-05-21 18:45:12 +03:00
parent dfb55a118d
commit e5d199d812
2 changed files with 19 additions and 8 deletions

View File

@ -4,21 +4,16 @@
# Depends on: fltk1 poppler lzo
name=flaxpdf
version=20152609
version=0.7.3
release=1
source()
source(https://github.com/clbr/flaxpdf/archive/v0.7.3.tar.gz)
build() {
git clone https://github.com/clbr/flaxpdf.git
cd flaxpdf
cd "${name}-$version"
mkdir -p config
touch config/config.rpath
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
}

View File

@ -0,0 +1,16 @@
# Description: librangetree kitaplığı
# URL: https://github.com/clbr/librangetree
# Packager: milisarge
# Depends on:
name=librangetree
version=1.3.1
release=1
source=(https://github.com/clbr/librangetree/archive/v$version.tar.gz)
build() {
cd "${name}-$version"
make -j1
make install DESTDIR="${PKG}"
}