forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: new repo testing-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@28116 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
eric
committed
Feb 28, 2009
1 parent
646ec5a
commit 2b90dcf
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# $Id$ | ||
# Maintainer: damir <[email protected]> | ||
|
||
pkgname=anthy | ||
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') | ||
options=('!libtool' 'force') | ||
source=("http://downloads.sourceforge.jp/anthy/${_filecode}/$pkgname-$pkgver.tar.gz") | ||
md5sums=('1f558ff7ed296787b55bb1c6cf131108') | ||
|
||
build() { | ||
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 | ||
} |