[arch-commits] Commit in ekg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jul 29 16:25:52 UTC 2013


    Date: Monday, July 29, 2013 @ 18:25:52
  Author: bpiotrowski
Revision: 94723

archrelease: copy trunk to community-x86_64

Added:
  ekg/repos/community-x86_64/PKGBUILD
    (from rev 94722, ekg/trunk/PKGBUILD)
Deleted:
  ekg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-29 16:25:41 UTC (rev 94722)
+++ PKGBUILD	2013-07-29 16:25:52 UTC (rev 94723)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swiergot at 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
-}

Copied: ekg/repos/community-x86_64/PKGBUILD (from rev 94722, ekg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-29 16:25:52 UTC (rev 94723)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swiergot at 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
+}
+
+package() {
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/include $pkgdir/usr/lib
+}




More information about the arch-commits mailing list