Date: Wednesday, February 8, 2012 @ 09:11:20
  Author: tpowa
Revision: 149560

archrelease: copy trunk to extra-x86_64

Added:
  ggz-client-libs/repos/extra-x86_64/PKGBUILD
    (from rev 149559, ggz-client-libs/trunk/PKGBUILD)
Deleted:
  ggz-client-libs/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-08 14:11:01 UTC (rev 149559)
+++ PKGBUILD    2012-02-08 14:11:20 UTC (rev 149560)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tp...@archlinux.org>
-
-pkgname=ggz-client-libs
-pkgver=0.0.14.1
-pkgrel=2
-pkgdesc="GGZ client library, used by the GGZ Gaming Zone server (ggzd), the 
ggzcore library and other components"
-arch=('i686' 'x86_64')
-url="http://www.ggzgamingzone.org/";
-license=('LGPL')
-depends=('libggz>=0.0.14.1' 'expat>=2.0.1')
-options=('!libtool')
-source=("http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('299eaa93721b1d867b5bf7dc6ac764b0')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ggz-client-libs/repos/extra-x86_64/PKGBUILD (from rev 149559, 
ggz-client-libs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2012-02-08 14:11:20 UTC (rev 149560)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tp...@archlinux.org>
+
+pkgname=ggz-client-libs
+pkgver=0.0.14.1
+pkgrel=3
+pkgdesc="GGZ client library, used by the GGZ Gaming Zone server (ggzd), the 
ggzcore library and other components"
+arch=('i686' 'x86_64')
+url="http://www.ggzgamingzone.org/";
+license=('LGPL')
+depends=('libggz>=0.0.14.1' 'expat>=2.0.1')
+options=('!libtool')
+source=("http://ftp.ggzgamingzone.org/pub/ggz/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('299eaa93721b1d867b5bf7dc6ac764b0')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to