1 # Contributor: selir <seliur@lavabit.com>
2 # Based on the pkgbuild of the previous maintainer muflax <muflax@gmail.com>
8 pkgdesc="MDK (MIX Development Kit) offers an emulation of MIX and MIXAL"
10 url="http://www.gnu.org/software/mdk/mdk.html"
12 depends=("libglade" "guile" "gtk2" "readline")
13 makedepends=('intltool>=0.3' 'glib2' )
15 source=("http://ftp.gnu.org/gnu/mdk/v${pkgver}/mdk-${pkgver}.tar.gz")
16 md5sums=('6eafd9cb9d1df380975dd6f011ce01b7')
20 cd $srcdir/${pkgname}-${pkgver}
21 ./configure --prefix=/usr -enable-gui=yes -with-guile=yes -with-readline=yes|| return 1 #note the configure script with simply set these options to 'no' if the libraries are missing
23 make prefix=${pkgdir}/usr install || return 1