Date: Thursday, March 1, 2018 @ 07:39:12
  Author: bpiotrowski
Revision: 317666

archrelease: copy trunk to testing-x86_64

Added:
  libunistring/repos/testing-x86_64/
  libunistring/repos/testing-x86_64/PKGBUILD
    (from rev 317665, libunistring/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: libunistring/repos/testing-x86_64/PKGBUILD (from rev 317665, 
libunistring/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-03-01 07:39:12 UTC (rev 317666)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty <pnorcks at gmail dot com>
+
+pkgname=libunistring
+pkgver=0.9.9
+pkgrel=1
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno 
<[email protected]>
+md5sums=('e4ecbf169a07ef021f89132e3fe55c02'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Reply via email to