Date: Friday, October 28, 2016 @ 19:21:18
  Author: andyrtr
Revision: 279415

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

Added:
  liblangtag/repos/testing-i686/
  liblangtag/repos/testing-i686/PKGBUILD
    (from rev 279414, liblangtag/trunk/PKGBUILD)
  liblangtag/repos/testing-x86_64/
  liblangtag/repos/testing-x86_64/PKGBUILD
    (from rev 279414, liblangtag/trunk/PKGBUILD)

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

Copied: liblangtag/repos/testing-i686/PKGBUILD (from rev 279414, 
liblangtag/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-10-28 19:21:18 UTC (rev 279415)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+
+pkgname=liblangtag
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('i686' 'x86_64')
+url="http://tagoh.bitbucket.org/liblangtag/index.html";
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('284f120247323a35122ab32b4b359c45')
+
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+check() {
+       cd "$pkgname-$pkgver"
+       make -k check
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Copied: liblangtag/repos/testing-x86_64/PKGBUILD (from rev 279414, 
liblangtag/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-10-28 19:21:18 UTC (rev 279415)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+
+pkgname=liblangtag
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('i686' 'x86_64')
+url="http://tagoh.bitbucket.org/liblangtag/index.html";
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('284f120247323a35122ab32b4b359c45')
+
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+check() {
+       cd "$pkgname-$pkgver"
+       make -k check
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Reply via email to