4 pkgdesc="An extensible, general purpose programming language."
6 url="http://seed7.sourceforge.net"
8 depends=('ncurses' 'libx11')
9 source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}_${pkgver}/${pkgname}_${pkgver}.tgz"
11 #`makepkg -g 2>/dev/null`
12 md5sums=('6fe72a23d6f729181f4658fea826713a'
13 'aa2346e6e98d9947600dd3926abcf658')
16 patch -p1 <makefile.patch
17 cd "${srcdir}/${pkgname}/src"
18 make -f mk_linux.mak clean
19 make -f mk_linux.mak depend
24 cd "${srcdir}/${pkgname}/src"
25 make -f mk_linux.mak DESTDIR="${pkgdir}" install