From 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Feb 2012 23:14:50 +0000 Subject: Mon Feb 6 23:14:50 UTC 2012 --- extra/libots/PKGBUILD | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'extra/libots') diff --git a/extra/libots/PKGBUILD b/extra/libots/PKGBUILD index cd749e574..42f7bcea8 100644 --- a/extra/libots/PKGBUILD +++ b/extra/libots/PKGBUILD @@ -1,28 +1,33 @@ -# $Id: PKGBUILD 88136 2010-08-19 19:25:04Z jgc $ -# Maintainer: Jan de Groot +# $Id: PKGBUILD 149081 2012-02-05 16:59:38Z bisson $ +# Contributor: Jan de Groot +# Maintainer: Gaetan Bisson pkgname=libots pkgver=0.5.0 -pkgrel=2 -pkgdesc="Open Text Summarizer" +pkgrel=3 +pkgdesc='Open Text Summarizer' +url='http://libots.sourceforge.net/' arch=('i686' 'x86_64') -url="http://libots.sourceforge.net/" license=('GPL') depends=('libxml2' 'glib2') options=('!libtool' '!makeflags') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz) -md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8') +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 - make DESTDIR="${pkgdir}" install + 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 } -- cgit v1.2.3-54-g00ecf