From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/libots/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extra/libots/PKGBUILD (limited to 'extra/libots') diff --git a/extra/libots/PKGBUILD b/extra/libots/PKGBUILD new file mode 100644 index 000000000..cd749e574 --- /dev/null +++ b/extra/libots/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 88136 2010-08-19 19:25:04Z jgc $ +# Maintainer: Jan de Groot + +pkgname=libots +pkgver=0.5.0 +pkgrel=2 +pkgdesc="Open Text Summarizer" +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') + + +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 +} -- cgit v1.2.3-54-g00ecf