milis/talimatname/genel/libmwaw/talimat

18 lines
421 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: Bazı eski mac metin belgeleri için kütüphaneyi içe aktarın.
# URL: https://sourceforge.net/projects/libmwaw/
# Packager: Cihan Alkan
# Depends on: doxygen boost librevenge
name=libmwaw
version=0.3.12
release=1
source=(https://sourceforge.net/projects/$name/files/$name/$name-$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}