[arch-commits] Commit in libots/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Feb 5 16:59:05 UTC 2012


    Date: Sunday, February 5, 2012 @ 11:59:04
  Author: bisson
Revision: 149080

signed rebuild for free

Modified:
  libots/trunk/PKGBUILD

----------+
 PKGBUILD |   37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 16:55:15 UTC (rev 149079)
+++ PKGBUILD	2012-02-05 16:59:04 UTC (rev 149080)
@@ -1,28 +1,33 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 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
+}




More information about the arch-commits mailing list