summaryrefslogtreecommitdiff
path: root/community/geda-gaf/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/geda-gaf/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/geda-gaf/PKGBUILD')
-rw-r--r--community/geda-gaf/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD
deleted file mode 100644
index e51b3d8d7..000000000
--- a/community/geda-gaf/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen <keenerd@gmail.com>
-# Contributor: Jared Casper <jaredcasper@gmail.com>
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-
-pkgname=geda-gaf
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
-arch=('i686' 'x86_64')
-url="http://www.gpleda.org"
-license=('GPL')
-depends=('gtk2' 'guile' 'libstroke' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'perlxml' 'flex' 'gawk')
-optdepends=('python2: for two of the commands (garchive, tragesym)'
- 'gawk: for sw2asc')
-replaces=('geda-suite' 'geda-libs')
-install=geda-gaf.install
-source=(http://ftp.geda-project.org/geda-gaf/stable/v1.8/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('3c5ef297e403b493fdf7a5d47bbeeb73')
-
-build ()
-{
- cd "$srcdir/$pkgname-$pkgver/"
- ./configure --prefix=/usr --disable-update-xdg-database
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/"
- make DESTDIR="$pkgdir/" install
- sed -i 's+/usr/bin/env python+/usr/bin/env python2+' \
- "$pkgdir/usr/bin/garchive"
- sed -i 's+/usr/bin/python+/usr/bin/python2+' \
- "$pkgdir/usr/bin/tragesym"
- sed -i 's+/usr/bin/python+/usr/bin/python2+' \
- "$pkgdir/usr/share/doc/$pkgname/examples/lightning_detector/bom"
-}
-