milis/talimatname/genel/openjade/talimat

25 lines
511 B
Plaintext
Raw Normal View History

2017-04-06 13:10:00 +02:00
# Description: James Clark'ın Belge Stili Semantiği ve Şartname Dilinin uygulanması
2016-02-24 01:27:23 +01:00
# URL: http://openjade.sourceforge.net/
2017-04-06 13:10:00 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: opensp
name=openjade
2017-09-21 22:03:17 +02:00
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)
2016-02-24 01:27:23 +01:00
2017-09-21 22:03:17 +02:00
build() {
cd $name-$version
2016-02-24 01:27:23 +01:00
2017-09-21 22:03:17 +02:00
patch -p 1 -i $SRC/iostream.patch
patch -p 1 -i $SRC/msggen.pl.patch
2016-02-24 01:27:23 +01:00
2017-09-21 22:03:17 +02:00
./configure \
--prefix=/usr
2016-02-24 01:27:23 +01:00
2017-09-21 22:03:17 +02:00
make
make DESTDIR=$PKG install
}