[arch-commits] Commit in apr/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Wed Apr 29 15:43:21 UTC 2015


    Date: Wednesday, April 29, 2015 @ 17:43:21
  Author: anatolik
Revision: 238265

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

Added:
  apr/repos/testing-i686/
  apr/repos/testing-i686/PKGBUILD
    (from rev 238264, apr/trunk/PKGBUILD)
  apr/repos/testing-x86_64/
  apr/repos/testing-x86_64/PKGBUILD
    (from rev 238264, apr/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: apr/repos/testing-i686/PKGBUILD (from rev 238264, apr/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-04-29 15:43:21 UTC (rev 238265)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=apr
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='The Apache Portable Runtime'
+arch=('i686' 'x86_64')
+url='http://apr.apache.org/'
+depends=('util-linux')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-$pkgver.tar.bz2{,.asc})
+sha1ums=('5486180ec5a23efb5cae6d4292b300ab'
+         'SKIP')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C') # Jeff Trawick
+
+build() {
+  cd apr-$pkgver
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+    --with-installbuilddir=/usr/share/apr-1/build \
+    --enable-nonportable-atomics \
+    --with-devrandom=/dev/urandom --disable-static
+  make
+}
+
+check() {
+  cd apr-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd apr-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('4e9769f3349fe11fc0a5e1b224c236aa'
+         'SKIP')

Copied: apr/repos/testing-x86_64/PKGBUILD (from rev 238264, apr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-04-29 15:43:21 UTC (rev 238265)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=apr
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='The Apache Portable Runtime'
+arch=('i686' 'x86_64')
+url='http://apr.apache.org/'
+depends=('util-linux')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-$pkgver.tar.bz2{,.asc})
+sha1ums=('5486180ec5a23efb5cae6d4292b300ab'
+         'SKIP')
+validpgpkeys=('5B5181C2C0AB13E59DA3F7A3EC582EB639FF092C') # Jeff Trawick
+
+build() {
+  cd apr-$pkgver
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+    --with-installbuilddir=/usr/share/apr-1/build \
+    --enable-nonportable-atomics \
+    --with-devrandom=/dev/urandom --disable-static
+  make
+}
+
+check() {
+  cd apr-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd apr-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('4e9769f3349fe11fc0a5e1b224c236aa'
+         'SKIP')



More information about the arch-commits mailing list