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

Eric Bélanger eric at archlinux.org
Fri Feb 27 23:59:50 UTC 2009


    Date: Friday, February 27, 2009 @ 18:59:50
  Author: eric
Revision: 28115

upgpkg: anthy 9100h-1
    upstream update

Modified:
  anthy/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-27 23:03:07 UTC (rev 28114)
+++ PKGBUILD	2009-02-27 23:59:50 UTC (rev 28115)
@@ -2,24 +2,21 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=anthy
-pkgver=9100
-jpsourceforge_filecode=26131
+pkgver=9100h
+_filecode=37536
 pkgrel=1
 pkgdesc="Hiragana text to Kana Kanji mixed text Japanese input method"
 arch=("i686" "x86_64")
 url="http://sourceforge.jp/projects/anthy/"
 license=('LGPL' 'GPL')
 depends=('glibc')
-source=("http://osdn.dl.sourceforge.jp/anthy/${jpsourceforge_filecode}/$pkgname-$pkgver.tar.gz")
-md5sums=('00c2b8d7b722650b0088944e833077ad')
+options=('!libtool' 'force')
+source=("http://downloads.sourceforge.jp/anthy/${_filecode}/$pkgname-$pkgver.tar.gz")
+md5sums=('1f558ff7ed296787b55bb1c6cf131108')
 
 build() {
-     cd $startdir/src/$pkgname-$pkgver
-     ./configure --prefix=/usr --sysconfdir=/etc
-     make EMACS=emacs sysconfdir=/etc || return 1
-     make EMACS=emacs DESTDIR=$startdir/pkg install || return 1
-
-     find $startdir/pkg -name '*.la' -exec rm {} \;
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc || return 1
+  make EMACS=emacs sysconfdir=/etc || return 1
+  make EMACS=emacs DESTDIR=$pkgdir install || return 1
 }
-
-




More information about the arch-commits mailing list