Date: Thursday, January 19, 2012 @ 00:06:58
  Author: bisson
Revision: 146909

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  scim-anthy/repos/staging-i686/
  scim-anthy/repos/staging-i686/PKGBUILD
    (from rev 146908, scim-anthy/trunk/PKGBUILD)
  scim-anthy/repos/staging-x86_64/
  scim-anthy/repos/staging-x86_64/PKGBUILD
    (from rev 146908, scim-anthy/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: scim-anthy/repos/staging-i686/PKGBUILD (from rev 146908, 
scim-anthy/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2012-01-19 05:06:58 UTC (rev 146909)
@@ -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
+}

Copied: scim-anthy/repos/staging-x86_64/PKGBUILD (from rev 146908, 
scim-anthy/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2012-01-19 05:06:58 UTC (rev 146909)
@@ -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