From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/ngspice/PKGBUILD | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 community/ngspice/PKGBUILD (limited to 'community/ngspice/PKGBUILD') diff --git a/community/ngspice/PKGBUILD b/community/ngspice/PKGBUILD deleted file mode 100644 index e55415fa4..000000000 --- a/community/ngspice/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 88376 2013-04-16 21:34:14Z kkeen $ -# Maintainer: Kyle Keen -# Contributor: Abhishek Dasgupta -# Contributor: Jason Taylor -# Contributor: Luis Henrique - -pkgname=ngspice -pkgver=25 -pkgrel=2 -pkgdesc='Mixed-level/Mixed-signal circuit simulator based on Spice3f5, Ciber1b1, and Xspice.' -url='http://ngspice.sourceforge.net' -license=('BSD') -arch=('i686' 'x86_64') -depends=('libxaw' 'libedit' 'gcc-libs') -source=("http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-$pkgver.tar.gz" - "http://downloads.sourceforge.net/project/$pkgname/ng-spice-rework/$pkgver/$pkgname-doc-$pkgver.tar.gz") -sha1sums=('745c3c32385b7d5c808836e393fe7699f8568860' - 'db7a1de7553b4e0d454e6c99b4371677eaf130aa') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --with-readline=yes \ - --enable-xspice \ - --enable-cider \ - --enable-openmp - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="$pkgdir" install - install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -D -m644 "$srcdir/$pkgname-doc-$pkgver/manual.pdf" "$pkgdir/usr/share/doc/$pkgname/manual.pdf" -} -- cgit v1.2.3-54-g00ecf