diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/qucs/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/qucs/PKGBUILD')
-rw-r--r-- | community/qucs/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD deleted file mode 100644 index f97ac5164..000000000 --- a/community/qucs/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 94064 2013-07-13 14:17:21Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Víctor Martínez Romanos <vmromanos@gmail.com> - -pkgname=qucs -pkgver=0.0.17 -pkgrel=1 -pkgdesc="An integrated circuit simulator with a graphical user interface" -arch=('i686' 'x86_64') -url="http://qucs.sourceforge.net" -license=('GPL') -depends=('gcc-libs' 'qt4') -optdepends=('freehdl: to permit digital circuit simulation' - 'asco: to enable circuit optimization' - 'perl') -#source=("http://downloads.sourceforge.net/project/qucs/qucs/$(echo $pkgver | cut -f1 -ds)-snapshots/qucs-${pkgver/s/.}.tar.gz") -source=("http://downloads.sourceforge.net/project/qucs/qucs/$pkgver/qucs-$pkgver.tar.gz") -md5sums=('4b93ffcc2ef3dbbd6fa53a5743721532') - -build() { - cd $srcdir/$pkgname-${pkgver/s/.} - ./configure --prefix=/usr - make -} - -package() { - cd $srcdir/$pkgname-${pkgver/s/.} - make DESTDIR=$pkgdir install -} |