[arch-commits] Commit in libots/repos (6 files)
Gaetan Bisson
bisson at nymeria.archlinux.org
Mon Mar 3 23:27:24 UTC 2014
Date: Tuesday, March 4, 2014 @ 00:27:24
Author: bisson
Revision: 206642
db-move: moved libots from [testing] to [extra] (i686, x86_64)
Added:
libots/repos/extra-i686/PKGBUILD
(from rev 206641, libots/repos/testing-i686/PKGBUILD)
libots/repos/extra-x86_64/PKGBUILD
(from rev 206641, libots/repos/testing-x86_64/PKGBUILD)
Deleted:
libots/repos/extra-i686/PKGBUILD
libots/repos/extra-x86_64/PKGBUILD
libots/repos/testing-i686/
libots/repos/testing-x86_64/
-----------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 33 ---------------------
extra-x86_64/PKGBUILD | 33 ---------------------
3 files changed, 74 insertions(+), 66 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-03-03 23:26:41 UTC (rev 206641)
+++ extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=3
-pkgdesc='Open Text Summarizer'
-url='http://libots.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz")
-sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
-
-
-build() {
- cd "${srcdir}/ots-${pkgver}"
- touch gtk-doc.make
- sed -i -e 's/en.xml$//' dic/Makefile.am
- libtoolize --force
- aclocal
- automake --add-missing --force
- autoconf
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/ots-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libots/repos/extra-i686/PKGBUILD (from rev 206641, libots/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-03-03 23:26:41 UTC (rev 206641)
+++ extra-x86_64/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=3
-pkgdesc='Open Text Summarizer'
-url='http://libots.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz")
-sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
-
-
-build() {
- cd "${srcdir}/ots-${pkgver}"
- touch gtk-doc.make
- sed -i -e 's/en.xml$//' dic/Makefile.am
- libtoolize --force
- aclocal
- automake --add-missing --force
- autoconf
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/ots-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libots/repos/extra-x86_64/PKGBUILD (from rev 206641, libots/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-03-03 23:27:24 UTC (rev 206642)
@@ -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