summaryrefslogtreecommitdiff
path: root/community/ekg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-30 01:43:30 -0700
committerroot <root@rshg054.dnsready.net>2013-07-30 01:43:30 -0700
commit4afc07385539524e7f85fe0d977b90bc6d124cfd (patch)
tree242ae1ee640f2f3a6a00f787b4b39fb658d0da5c /community/ekg
parenta1444f1dc2bd37f6980a4d1c341303aeb0684920 (diff)
Tue Jul 30 01:43:07 PDT 2013
Diffstat (limited to 'community/ekg')
-rw-r--r--community/ekg/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/ekg/PKGBUILD b/community/ekg/PKGBUILD
index 2c504ff40..484ddb151 100644
--- a/community/ekg/PKGBUILD
+++ b/community/ekg/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 56895 2011-10-16 06:24:00Z bpiotrowski $
+# $Id: PKGBUILD 94723 2013-07-29 16:25:52Z bpiotrowski $
# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
pkgname=ekg
@@ -17,6 +17,9 @@ build() {
sed -i 's#gg%s#ekg%s#' src/ekg.c
./configure --prefix=/usr --with-pthread --enable-aspell --with-python
make
+}
+
+package() {
make DESTDIR=$pkgdir install
rm -rf $pkgdir/usr/include $pkgdir/usr/lib
}