[arch-commits] CVS update of extra/lib/libhangul (PKGBUILD)

Damir Perisa damir at archlinux.org
Wed Mar 26 08:49:24 UTC 2008


    Date: Wednesday, March 26, 2008 @ 04:49:24
  Author: damir
    Path: /home/cvs-extra/extra/lib/libhangul

Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: libhangul 0.0.7-1


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: extra/lib/libhangul/PKGBUILD
diff -u extra/lib/libhangul/PKGBUILD:1.5 extra/lib/libhangul/PKGBUILD:1.6
--- extra/lib/libhangul/PKGBUILD:1.5	Thu Jul 12 21:08:25 2007
+++ extra/lib/libhangul/PKGBUILD	Wed Mar 26 04:49:24 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.5 2007/07/13 01:08:25 eric Exp $
+# $Id: PKGBUILD,v 1.6 2008/03/26 08:49:24 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=libhangul
-pkgver=0.0.6
-kldpnumber=3973
+pkgver=0.0.7
+kldpnumber=4487
 pkgrel=1
 pkgdesc="Common Input Library for Korean IMEngine"
 url="http://kldp.net/projects/hangul/"
@@ -11,7 +11,7 @@
 depends=('glibc')
 license=("LGPL")
 source=("http://kldp.net/frs/download.php/${kldpnumber}/${pkgname}-${pkgver}.tgz")
-md5sums=('f299480a1d013e683af05d248a3508f3')
+options=(!libtool)
 
 
 build() {
@@ -20,6 +20,6 @@
 	./configure --prefix=/usr
 	make || return 1
 	make DESTDIR=${startdir}/pkg install
-	find ${startdir}/pkg -name '*.la' -exec rm {} \;
 }
 
+md5sums=('b5808c07266cd03c828a32efb7424786')




More information about the arch-commits mailing list