Skip to content
Snippets Groups Projects
Verified Commit 70cd5c06 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/dejagnu: modernise

parent bd58ace5
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=dejagnu
pkgver=1.6
pkgrel=0
pkgdesc="A framework for testing other programs"
pkgrel=1
pkgdesc="Framework for testing other programs"
url="https://www.gnu.org/software/dejagnu/"
arch="noarch"
license="GPLv3+"
license="GPL-3.0+"
depends="expect"
makedepends="$depends tcl>=8.5"
subpackages="$pkgname-dev $pkgname-doc"
......@@ -25,14 +24,14 @@ build() {
make
}
package() {
check() {
cd "$builddir"
make DESTDIR="$pkgdir" install
make check
}
check() {
package() {
cd "$builddir"
make check
make DESTDIR="$pkgdir" install
}
sha512sums="a494dd5cde8d275b397116049c93e183f5f1731d63660ee8d2f4263b099fc5be7fbddde927fab3ccd5f000c43d50242f94bbb4d95497b915ea53be418bc145bc dejagnu-1.6.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment