Date: Wednesday, June 6, 2018 @ 21:49:25 Author: arojas Revision: 326092
archrelease: copy trunk to extra-x86_64 Added: libots/repos/extra-x86_64/PKGBUILD (from rev 326091, libots/trunk/PKGBUILD) Deleted: libots/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 +++++++++++++++++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-06-06 21:48:57 UTC (rev 326091) +++ PKGBUILD 2018-06-06 21:49:25 UTC (rev 326092) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: Jan de Groot <j...@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/extra-x86_64/PKGBUILD (from rev 326091, libots/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-06-06 21:49:25 UTC (rev 326092) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=libots +pkgver=0.5.0 +pkgrel=5 +pkgdesc='Open Text Summarizer' +url='https://libots.sourceforge.net/' +arch=('x86_64') +license=('GPL') +depends=('libxml2' 'glib2' 'popt') +source=("https://sources.archlinux.org/other/packages/libots/ots-$pkgver.tar.gz") +sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a') + +prepare() { + cd ots-${pkgver} + touch gtk-doc.make + sed 's/en.xml$//' -i dic/Makefile.am + libtoolize --force + aclocal + automake --add-missing --force + autoconf +} + +build() { + cd ots-${pkgver} + ./configure --prefix=/usr + make -j1 +} + +package() { + cd ots-${pkgver} + make DESTDIR="${pkgdir}" install +}