milis/talimatname/genel/openjade/talimat

27 lines
514 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: James Clark'ın Belge Stili Semantiği ve Şartname Dilinin uygulanması
# URL: http://openjade.sourceforge.net/
# Packager: milisarge
# Depends on: opensp
name=openjade
version=1.3.3-pre1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/1.3.3/$name-$version.tar.gz
iostream.patch msggen.pl.patch)
build() {
cd $name-$version
patch -p 1 -i $SRC/iostream.patch
patch -p 1 -i $SRC/msggen.pl.patch
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}