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

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


    Date: Friday, February 27, 2009 @ 19:13:04
  Author: eric
Revision: 28127

upgpkg: scim-anthy 1.2.7-1
    upstream update

Modified:
  scim-anthy/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-28 00:08:18 UTC (rev 28126)
+++ PKGBUILD	2009-02-28 00:13:04 UTC (rev 28127)
@@ -2,23 +2,21 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=scim-anthy
-pkgver=1.2.4
-sf_jp_index=25404
+pkgver=1.2.7
 pkgrel=1
+_filecode=37309
 pkgdesc="Japanese Anthy input method module for SCIM"
 arch=("i686" "x86_64")
 url="http://sourceforge.jp/projects/scim-imengine/"
 license=('GPL')
-depends=('scim>=1.4.7' 'anthy>=9100')
-source=(http://osdn.dl.sourceforge.jp/scim-imengine/$sf_jp_index/$pkgname-$pkgver.tar.gz)
-md5sums=('14c4d620bc5d6744a2fe6ef7d2bf2ecf')
+depends=('scim>=1.4.8' 'anthy>=9100h')
+options=('!libtool')
+source=(http://osdn.dl.sourceforge.jp/scim-imengine/$_filecode/$pkgname-$pkgver.tar.gz)
+md5sums=('8d06bfd46839c771401b9f176be8818f')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure   --prefix=/usr \
-        --disable-static
+  cd $srcdir/$pkgname-$pkgver
+  ./configure   --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=$pkgdir install || return 1
 }
-




More information about the arch-commits mailing list