pkgname=dejagnu pkgver=1.6.3 pkgrel=3 pkgdesc="Framework for testing other programs" arch=('x86_64') url="https://www.gnu.org/software/dejagnu/" license=('GPL') depends=('sh' 'expect') makedepends=('dejagnu') options=('!libtool') source=("https://ftp.gnu.org/gnu/dejagnu/${pkgname}-${pkgver}.tar.gz") sha256sums=('87daefacd7958b4a69f88c6856dbd1634261963c414079d0c371f589cd66a2e3') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } check() { # 1 fail ERROR: in testcase ./testsuite/runtest.libs/libs.exp tcl/expect cd ${pkgname}-${pkgver} make check } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir}/ install }