Date: Wednesday, May 22, 2013 @ 02:52:23
  Author: stephane
Revision: 186202

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  popt/repos/testing-i686/
  popt/repos/testing-i686/PKGBUILD
    (from rev 186201, popt/trunk/PKGBUILD)
  popt/repos/testing-x86_64/
  popt/repos/testing-x86_64/PKGBUILD
    (from rev 186201, popt/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: popt/repos/testing-i686/PKGBUILD (from rev 186201, popt/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-05-22 00:52:23 UTC (rev 186202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <steph...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: dorphell <dorph...@archlinux.org>
+# Contributor: Judd Vinet <jvi...@zeroflux.org>
+# Contributor: John Proctor <jproc...@prium.net>
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc="A commandline option parser"
+arch=('i686' 'x86_64')
+url="http://rpm5.org";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: popt/repos/testing-x86_64/PKGBUILD (from rev 186201, 
popt/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-05-22 00:52:23 UTC (rev 186202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <steph...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: dorphell <dorph...@archlinux.org>
+# Contributor: Judd Vinet <jvi...@zeroflux.org>
+# Contributor: John Proctor <jproc...@prium.net>
+
+pkgname=popt
+pkgver=1.16
+pkgrel=6
+pkgdesc="A commandline option parser"
+arch=('i686' 'x86_64')
+url="http://rpm5.org";
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm5.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('cfe94a15a2404db85858a81ff8de27c8ff3e235e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to