contrib/openjade/Pkgfile

25 lines
540 B
Plaintext
Raw Normal View History

2012-06-14 17:28:04 +02:00
# Description: An implementation of DSSSL -- Document Style Semantics and Specification Language.
# URL: http://openjade.sourceforge.net/
# Maintainer: unmaintained
2012-06-14 17:28:04 +02:00
# Depends on: opensp
name=openjade
version=1.3.3-pre1
2012-10-17 04:20:12 +02:00
release=2
2012-06-14 17:28:04 +02:00
source=(http://downloads.sourceforge.net/project/$name/$name/1.3.3/$name-$version.tar.gz
2012-10-17 04:20:12 +02:00
iostream.patch msggen.pl.patch)
2012-06-14 17:28:04 +02:00
build() {
cd $name-$version
patch -p 1 -i $SRC/iostream.patch
2012-10-17 04:20:12 +02:00
patch -p 1 -i $SRC/msggen.pl.patch
2012-06-14 17:28:04 +02:00
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}