summaryrefslogtreecommitdiff
path: root/extra/ddd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-08 23:15:20 +0000
commit54b7119c36756b86ea463649ee972cd6c1ce5863 (patch)
tree973aa8caa4f7be614c973b0c56390bd5c61ba985 /extra/ddd
parent0dee03071a0643c3ee5820afa3c694dcef71d385 (diff)
Wed Feb 8 23:15:20 UTC 2012
Diffstat (limited to 'extra/ddd')
-rw-r--r--extra/ddd/PKGBUILD24
-rw-r--r--extra/ddd/ddd.install2
2 files changed, 14 insertions, 12 deletions
diff --git a/extra/ddd/PKGBUILD b/extra/ddd/PKGBUILD
index 8fdf4cc16..6e7b8447e 100644
--- a/extra/ddd/PKGBUILD
+++ b/extra/ddd/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 87277 2010-08-11 19:35:53Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: Aurelien Foret <orelien@chez.com>
+# $Id: PKGBUILD 149362 2012-02-07 07:35:45Z eric $
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=ddd
pkgver=3.3.12
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger..."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/ddd/"
license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'ncurses' 'lesstif' 'libxaw' 'elfutils' 'libxext')
-optdepends=('gdb: to use the Gnu debugger' 'jdk: to use the Java debugger' 'pydb: to use the Python debugger' 'perl: to use the Perl debugger')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger'
+ 'jdk: to use the Java debugger'
+ 'pydb: to use the Python debugger'
+ 'perl: to use the Perl debugger')
install=ddd.install
-changelog=ChangeLog
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz ddd-3.3.12-gcc44.patch)
-md5sums=('c50396db7bac3862a6d2555b3b22c34e' '41dc59d8cf502569bab1b1a4a222a1c6')
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56' '3d43c9d56347f248732b1d72f29c7bf799f03864')
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+ 'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+ '3d43c9d56347f248732b1d72f29c7bf799f03864')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 < ../ddd-3.3.12-gcc44.patch
- ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
+ ./configure --prefix=/usr
make
}
diff --git a/extra/ddd/ddd.install b/extra/ddd/ddd.install
index a23e415e7..2ccccd06a 100644
--- a/extra/ddd/ddd.install
+++ b/extra/ddd/ddd.install
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
filelist=(ddd.info.gz ddd-themes.info.gz)
post_install() {