milis/talimatname/genel/opensp/talimat

22 lines
451 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: SGML / XML dosyalarını kullanmak için C ++ kütüphanesi.
# URL: http://openjade.sourceforge.net/doc/
# Packager: milisarge
# Depends on: sgml-common
name=opensp
version=1.5.2
release=1
source=(http://downloads.sourceforge.net/project/openjade/$name/$version/OpenSP-$version.tar.gz)
build() {
cd OpenSP-$version
./configure \
--prefix=/usr \
--disable-doc-build
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}