milis/talimatname/genel/l/libodfgen/talimat
2018-08-03 13:08:32 +00:00

18 lines
441 B
Text
Raw Permalink 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: Open Document Format'da belge üretmek için kütüphane
# URL: http://sourceforge.net/p/libwpd/wiki/libodfgen/
# Paketçi: Cihan Alkan
# Gerekler: boost doxygen libwpd libwpg librevenge
# Grup: kütüphane
isim=libodfgen
surum=0.1.6
devir=1
kaynak=(http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$surum/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}