[arch-commits] Commit in (libskk libskk/repos libskk/trunk libskk/trunk/PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Jun 3 16:47:56 UTC 2014


    Date: Tuesday, June 3, 2014 @ 18:47:56
  Author: fyan
Revision: 112573

addpkg: libskk 1.0.1-2

Added:
  libskk/
  libskk/repos/
  libskk/trunk/
  libskk/trunk/PKGBUILD

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

Added: libskk/trunk/PKGBUILD
===================================================================
--- libskk/trunk/PKGBUILD	                        (rev 0)
+++ libskk/trunk/PKGBUILD	2014-06-03 16:47:56 UTC (rev 112573)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: eagletmt <eagletmt at gmail.com>
+# Contributor: kusanaginoturugi <kusanaginoturugi at gmail.com>
+
+pkgname=libskk
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='GObject-based library to deal with Japanese kana-to-kanji conversion method'
+arch=('i686' 'x86_64')
+url='https://github.com/ueno/libskk'
+license=('GPL3')
+depends=('libgee06' 'json-glib')
+makedepends=('intltool')
+source=(https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('2052bfa898205b641bb2cc448516230f')


Property changes on: libskk/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list