summaryrefslogtreecommitdiff
path: root/community/ekg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ekg
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ekg')
-rw-r--r--community/ekg/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/ekg/PKGBUILD b/community/ekg/PKGBUILD
deleted file mode 100644
index 2c504ff40..000000000
--- a/community/ekg/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 56895 2011-10-16 06:24:00Z bpiotrowski $
-# Contributor: Jaroslaw Swierczynski <swiergot@juvepoland.com>
-
-pkgname=ekg
-pkgver=1.8rc2
-pkgrel=1
-pkgdesc="A text-mode Gadu-Gadu client"
-arch=('i686' 'x86_64')
-url="http://ekg.chmurka.net/"
-license=('GPL')
-depends=('libjpeg' 'aspell' 'python2' 'giflib' 'libgadu')
-source=(http://ekg.chmurka.net/$pkgname-$pkgver.tar.gz)
-md5sums=('f697c711da91ddf57c882114539e92fe')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's#gg%s#ekg%s#' src/ekg.c
- ./configure --prefix=/usr --with-pthread --enable-aspell --with-python
- make
- make DESTDIR=$pkgdir install
- rm -rf $pkgdir/usr/include $pkgdir/usr/lib
-}