1 # Contributor: Tocer Deng <tocer.deng@gmail.com>
5 pkgdesc="a package that adds support for transforming Java programs to Stratego/XT"
6 arch=('i686') # not test in 'x86_64'
7 url="http://strategoxt.org/"
11 source=(ftp://ftp.strategoxt.org/pub/stratego/StrategoXT/strategoxt-0.17/$pkgname-$pkgver.tar.gz)
12 md5sums=('a69c5c58c19c4205bb78e0f71a216f2c')
15 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr --with-aterm=/usr --with-sdf=/usr --with-strategoxt=/usr
19 make DESTDIR="$pkgdir/" install
22 # vim:set ts=2 sw=2 et: