summaryrefslogtreecommitdiff
path: root/community/qucs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/qucs/PKGBUILD')
-rw-r--r--community/qucs/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/qucs/PKGBUILD b/community/qucs/PKGBUILD
index 128762693..725db0efb 100644
--- a/community/qucs/PKGBUILD
+++ b/community/qucs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 65495 2012-02-21 06:38:19Z spupykin $
+# $Id: PKGBUILD 88012 2013-04-09 21:50:26Z eric $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Víctor Martínez Romanos <vmromanos@gmail.com>
@@ -21,11 +21,14 @@ md5sums=('c916502171d422ab168fe5fc681b29d8'
build() {
cd $srcdir/$pkgname-$pkgver
- . /etc/profile.d/qt3.sh
export PATH=$QTDIR/bin:$PATH
[ $NOEXTRACT -eq 1 ] || patch -p1 <$srcdir/qucs-gcc-4.5.1.patch
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}