[arch-commits] Commit in libkkc/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 29 03:56:33 UTC 2013


    Date: Monday, July 29, 2013 @ 05:56:32
  Author: fyan
Revision: 94630

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libkkc/repos/community-testing-i686/
  libkkc/repos/community-testing-i686/PKGBUILD
    (from rev 94629, libkkc/trunk/PKGBUILD)
  libkkc/repos/community-testing-x86_64/
  libkkc/repos/community-testing-x86_64/PKGBUILD
    (from rev 94629, libkkc/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libkkc/repos/community-testing-i686/PKGBUILD (from rev 94629, libkkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-29 03:56:32 UTC (rev 94630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}
+
+sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')

Copied: libkkc/repos/community-testing-x86_64/PKGBUILD (from rev 94629, libkkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-29 03:56:32 UTC (rev 94630)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}
+
+sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')




More information about the arch-commits mailing list