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

Eric Belanger eric at archlinux.org
Sun Aug 17 04:37:01 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:37:00
  Author: eric
Revision: 9165

adding md5sums

Modified:
  opensp/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 04:36:05 UTC (rev 9164)
+++ PKGBUILD	2008-08-17 04:37:00 UTC (rev 9165)
@@ -5,9 +5,12 @@
 pkgver=1.5.1
 pkgrel=1
 pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents."
+arch=(i686 x86_64)
 depends=('gcc')
 url="http://openjade.sourceforge.net/"
+options=('!libtool')
 source=(http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz opensp-gcc34.patch)
+md5sums=('f46fe0a04b76a4454ec27b7fcc84ec54' '5edb4af0293c8ab5cd09c972482cc769')
 
 build() {
   cd $startdir/src/OpenSP-$pkgver
@@ -20,5 +23,4 @@
      --enable-xml-messages
   make || return 1
   make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*\.la' -exec rm {} \;
 }




More information about the arch-commits mailing list