Date: Monday, January 30, 2012 @ 13:50:25
  Author: ibiru
Revision: 148294

db-move: moved scim-anthy from [staging] to [testing] (i686)

Added:
  scim-anthy/repos/testing-i686/
  scim-anthy/repos/testing-i686/PKGBUILD
    (from rev 148047, scim-anthy/repos/staging-i686/PKGBUILD)
Deleted:
  scim-anthy/repos/staging-i686/

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: scim-anthy/repos/testing-i686/PKGBUILD (from rev 148047, 
scim-anthy/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-01-30 18:50:25 UTC (rev 148294)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+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
+}

Reply via email to