milis/talimatname/genel/ebook-tools/talimat

24 lines
591 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: Çeşitli e-kitap dosya formatlarına erişme ve dönüştürme araçları
# URL : http://sourceforge.net/projects/ebook-tools/
# Packager: alihan-ozturk28@hotmail.com
# Depends on : cmake libxml2 libzip
name=ebook-tools
version=0.2.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $SRC
mkdir build
cd build
cmake ../$name-$version \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
install -Dm644 $SRC/$name-$version/LICENSE \
$PKG/usr/share/licenses/$name/LICENSE
}