[arch-commits] Commit in (4 files)

Felix Yan fyan at nymeria.archlinux.org
Thu Jun 5 02:39:37 UTC 2014


    Date: Thursday, June 5, 2014 @ 04:39:37
  Author: fyan
Revision: 112686

addpkg: fcitx-skk 0.1.1-1

Added:
  fcitx-skk/
  fcitx-skk/repos/
  fcitx-skk/trunk/
  fcitx-skk/trunk/PKGBUILD

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

Added: fcitx-skk/trunk/PKGBUILD
===================================================================
--- fcitx-skk/trunk/PKGBUILD	                        (rev 0)
+++ fcitx-skk/trunk/PKGBUILD	2014-06-05 02:39:37 UTC (rev 112686)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-skk
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libskk"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-skk"
+license=('GPL')
+depends=('fcitx-qt4' 'libskk')
+makedepends=('cmake')
+install=$pkgname.install
+source=("http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+
+build(){
+  cd ${pkgname}-${pkgver}
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('2482d5bd1f8ed10bc368164930f1bbbbb12f3475e777f09cf0234deca29f9ec90c0fdc5f207d3f9a8a49ef2d34f1aceae1eb5872cd2f0b5e3c678b3e4689df51')


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



More information about the arch-commits mailing list