summaryrefslogtreecommitdiffstats
path: root/dejagnu/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /dejagnu/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'dejagnu/PKGBUILD')
-rw-r--r--dejagnu/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/dejagnu/PKGBUILD b/dejagnu/PKGBUILD
deleted file mode 100644
index 1c793a5..0000000
--- a/dejagnu/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Flavio S. Truzzi (pirunga@gmail.com)
-pkgname=dejagnu
-pkgver=1.4.4
-pkgrel=2
-pkgdesc="GNU framework for testing other programs."
-url="https://www.gnu.org/software/dejagnu/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=()
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-install=
-noextract=()
-source=(http://ftp.gnu.org/gnu/dejagnu/$pkgname-$pkgver.tar.gz)
-md5sums=(053f18fd5d00873de365413cab17a666)
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make || return 1
- make DESTDIR=$startdir/pkg install
-
- find $startdir/pkg -name "*.la" -exec rm -f '{}' \;
-}