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

Eric Bélanger eric at archlinux.org
Sat Feb 28 00:02:43 UTC 2009


    Date: Friday, February 27, 2009 @ 19:02:43
  Author: eric
Revision: 28118

upgpkg: libchewing 0.3.2-1
    upstream update

Modified:
  libchewing/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-28 00:00:09 UTC (rev 28117)
+++ PKGBUILD	2009-02-28 00:02:43 UTC (rev 28118)
@@ -3,7 +3,7 @@
 # Contributor : whisky <archlinux.cle(at)gmail.com>
 
 pkgname=libchewing
-pkgver=0.3.0
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Improved Smart Chewing Library - Intelligent Chinese Phonetic Input Method"
 arch=(i686 x86_64)
@@ -12,15 +12,12 @@
 depends=('glibc')
 makedepends=('libtool')
 options=('!libtool')
-source=(http://chewing.csie.net/download/libchewing/$pkgname-$pkgver.tar.gz)
-md5sums=('d60bdc2b3f81b70963cd01a93049a8e3')
+source=(http://chewing.csie.net/download/libchewing/$pkgname-$pkgver.tar.bz2)
+md5sums=('ef70745ffdf199aa17e533427c63499f')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install || return 1
 }
-
-
-




More information about the arch-commits mailing list