Date: Friday, February 19, 2016 @ 23:51:25
  Author: arojas
Revision: 260012

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

Added:
  link-grammar/repos/testing-i686/
  link-grammar/repos/testing-i686/PKGBUILD
    (from rev 260011, link-grammar/trunk/PKGBUILD)
  link-grammar/repos/testing-x86_64/
  link-grammar/repos/testing-x86_64/PKGBUILD
    (from rev 260011, link-grammar/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: link-grammar/repos/testing-i686/PKGBUILD (from rev 260011, 
link-grammar/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-19 22:51:25 UTC (rev 260012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=link-grammar
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/downloads/link-grammar/";
+license=('BSD')
+depends=('aspell' 'sqlite')
+options=('!makeflags')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c2224854590327bffc75e76c260f5046')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/link-grammar/LICENSE"
+}

Copied: link-grammar/repos/testing-x86_64/PKGBUILD (from rev 260011, 
link-grammar/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-19 22:51:25 UTC (rev 260012)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+
+pkgname=link-grammar
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="A Grammar Checking library"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/downloads/link-grammar/";
+license=('BSD')
+depends=('aspell' 'sqlite')
+options=('!makeflags')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('c2224854590327bffc75e76c260f5046')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/link-grammar/LICENSE"
+}

Reply via email to