diff options
author | root <root@rshg054.dnsready.net> | 2013-07-30 01:43:30 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-30 01:43:30 -0700 |
commit | 4afc07385539524e7f85fe0d977b90bc6d124cfd (patch) | |
tree | 242ae1ee640f2f3a6a00f787b4b39fb658d0da5c /community/ekg/PKGBUILD | |
parent | a1444f1dc2bd37f6980a4d1c341303aeb0684920 (diff) |
Tue Jul 30 01:43:07 PDT 2013
Diffstat (limited to 'community/ekg/PKGBUILD')
-rw-r--r-- | community/ekg/PKGBUILD | 5 |
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 } |