diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
commit | 1ffabe284d9f5a4ac055941d9817af71be1e5b54 (patch) | |
tree | 2b816cb3cc40a5f3053c8371de5613041272e298 /testing/scim-anthy/PKGBUILD | |
parent | 650a87f5a67f6e71d4a56e52139a718d86ebbb46 (diff) |
Wed Feb 15 20:35:56 UTC 2012
Diffstat (limited to 'testing/scim-anthy/PKGBUILD')
-rw-r--r-- | testing/scim-anthy/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/scim-anthy/PKGBUILD b/testing/scim-anthy/PKGBUILD deleted file mode 100644 index 96d84487d..000000000 --- a/testing/scim-anthy/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 148295 2012-01-30 18:50:26Z ibiru $ -# Contributor: damir <damir@archlinux.org> -# Maintainer: Gaetan Bisson <bisson@archlinux.org> - -pkgname=scim-anthy -pkgver=1.2.7 -pkgrel=3 -_filecode=37309 -pkgdesc='Japanese input method module for SCIM' -arch=('i686' 'x86_64') -url='http://sourceforge.jp/projects/scim-imengine/' -license=('GPL') -depends=('scim' 'anthy') -options=('!libtool') -source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |