Date: Wednesday, January 18, 2012 @ 23:58:35
  Author: bisson
Revision: 146905

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

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

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

Copied: scim-tables/repos/staging-i686/PKGBUILD (from rev 146904, 
scim-tables/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2012-01-19 04:58:35 UTC (rev 146905)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir <[email protected]>
+# Contributor: Gan Lu <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=scim-tables
+pkgver=0.5.10
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --enable-static=no
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: scim-tables/repos/staging-x86_64/PKGBUILD (from rev 146904, 
scim-tables/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2012-01-19 04:58:35 UTC (rev 146905)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir <[email protected]>
+# Contributor: Gan Lu <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=scim-tables
+pkgver=0.5.10
+pkgrel=2
+pkgdesc='Generic table input method module for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('c6e6fbd9999ceba5cb982349fee8391e16a9c2fe')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --enable-static=no
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to