Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to extra-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@110864 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
bisson committed Feb 22, 2011
1 parent 534736e commit afd8444
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions anthy/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# $Id$
# Contributor: damir <[email protected]>
# Contributor: Daniel J Griffiths <[email protected]>
# Maintainer: Gaetan Bisson <[email protected]>

pkgname=anthy
pkgver=9100h
_filecode=37536
pkgrel=2
pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
arch=('i686' 'x86_64')
url='http://sourceforge.jp/projects/anthy/'
license=('LGPL' 'GPL')
options=('!libtool')
source=("http://downloads.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make EMACS=emacs DESTDIR="${pkgdir}" install
}

0 comments on commit afd8444

Please sign in to comment.