milis/talimatname/genel/l/libe-book/talimat

19 lines
455 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.

# Tanım: e-kitap formatları için kütüphane
# URL: http://sourceforge.net/projects/libebook/
# Paketçi: milisarge
# Gerekler: boost cppunit doxygen librevenge libxml2 liblangtag
# Grup: ofis_düzenleyici
isim=libe-book
surum=0.1.3
devir=1
kaynak=(https://sourceforge.net/projects/libebook/files/libe-book-$surum/libe-book-$surum.tar.xz)
derle() {
cd ${isim}-${surum}
./configure --prefix=/usr
make
make check
make DESTDIR=$PKG install
}