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 <j...@archlinux.org>
+# Contributor: Jan de Groot <j...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@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
+}

Reply via email to