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

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


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

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

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

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

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




More information about the arch-commits mailing list