[arch-commits] Commit in libhangul/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Feb 13 00:40:34 UTC 2011
Date: Saturday, February 12, 2011 @ 19:40:34
Author: eric
Revision: 109810
upgpkg: libhangul 0.0.12-1
Upstream update
Modified:
libhangul/trunk/PKGBUILD
----------+
PKGBUILD | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-02-13 00:16:35 UTC (rev 109809)
+++ PKGBUILD 2011-02-13 00:40:34 UTC (rev 109810)
@@ -2,22 +2,26 @@
# Maintainer: damir <damir at archlinux.org>
pkgname=libhangul
-pkgver=0.0.10
+pkgver=0.0.12
pkgrel=1
-_filecode=5417
+_filecode=5855
pkgdesc="Common Input Library for Korean IMEngine"
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
url="http://kldp.net/projects/hangul/"
-license=("LGPL")
+license=('LGPL')
depends=('glibc')
-options=(!libtool)
-source=("http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz")
-md5sums=('696299109b86490c25989a539a0f9879')
-sha1sums=('3fdbb1b4ea2f5f12bd3c6760bb2ad609e2eebbaa')
+options=('!libtool')
+source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz)
+md5sums=('ef3941f5f0f3e83b1de699f2d46a1c92')
+sha1sums=('5e02fe61c8f51ace03bebb1ec75875a2262e3cd5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list