[arch-commits] Commit in scim-anthy/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:50:26 UTC 2012


    Date: Monday, January 30, 2012 @ 13:50:26
  Author: ibiru
Revision: 148295

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

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

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

Copied: scim-anthy/repos/testing-x86_64/PKGBUILD (from rev 148047, scim-anthy/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:50:26 UTC (rev 148295)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir <damir at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at 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
+}




More information about the arch-commits mailing list