summaryrefslogtreecommitdiff
path: root/community/fcitx-libpinyin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fcitx-libpinyin/PKGBUILD')
-rw-r--r--community/fcitx-libpinyin/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD
index 3bf6506ee..cfa311719 100644
--- a/community/fcitx-libpinyin/PKGBUILD
+++ b/community/fcitx-libpinyin/PKGBUILD
@@ -1,10 +1,11 @@
+# $Id: PKGBUILD 80511 2012-11-23 11:30:00Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
pkgname=fcitx-libpinyin
pkgver=0.2.1
-pkgrel=1
-pkgdesc="Libpinyin Wrapper for Fcitx."
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
arch=('i686' 'x86_64')
url="https://github.com/fcitx/fcitx-libpinyin"
license=('GPL')
@@ -15,7 +16,7 @@ source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
install='fcitx-libpinyin.install'
build() {
- cd "$srcdir"/${pkgname}-${pkgver}
+ cd "$srcdir/${pkgname}-${pkgver}"
rm -rf build
mkdir build
@@ -28,7 +29,7 @@ build() {
}
package() {
- cd "$srcdir"/${pkgname}-${pkgver}/build
+ cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
}
md5sums=('9ff621f6f16ab426ff01652b1ffc06a7')