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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Mar 3 23:26:41 UTC 2014


    Date: Tuesday, March 4, 2014 @ 00:26:41
  Author: bisson
Revision: 206641

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

Added:
  libots/repos/testing-i686/
  libots/repos/testing-i686/PKGBUILD
    (from rev 206640, libots/trunk/PKGBUILD)
  libots/repos/testing-x86_64/
  libots/repos/testing-x86_64/PKGBUILD
    (from rev 206640, libots/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: libots/repos/testing-i686/PKGBUILD (from rev 206640, libots/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-03-03 23:26:41 UTC (rev 206641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz")
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+	cd "${srcdir}/ots-${pkgver}"
+	touch gtk-doc.make
+	sed 's/en.xml$//' -i dic/Makefile.am
+	libtoolize --force
+	aclocal
+	automake --add-missing --force
+	autoconf
+}
+
+build() {
+	cd "${srcdir}/ots-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/ots-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: libots/repos/testing-x86_64/PKGBUILD (from rev 206640, libots/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-03-03 23:26:41 UTC (rev 206641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=4
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2' 'popt')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz")
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+options=('!makeflags')
+
+prepare() {
+	cd "${srcdir}/ots-${pkgver}"
+	touch gtk-doc.make
+	sed 's/en.xml$//' -i dic/Makefile.am
+	libtoolize --force
+	aclocal
+	automake --add-missing --force
+	autoconf
+}
+
+build() {
+	cd "${srcdir}/ots-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/ots-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list