Root/scim-pinyin/Makefile

Source at commit 1b3135c created 12 years 5 months ago.
By Xiangfu Liu, new package: SDL-widgets: a GUI toolkit on top of the SDL libraries
1#
2# Copyright (C) 2009-2010 Qi Hardware Inc.
3# Author: Xiangfu Liu <xiangfu@sharism.cc>
4#
5# This is free software, licensed under the GNU General Public License v2.
6# See /LICENSE for more information.
7#
8
9include $(TOPDIR)/rules.mk
10
11PKG_NAME:=scim-pinyin
12PKG_VERSION:=0.5.91
13
14PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15PKG_SOURCE_URL:=@SF/scim-pinyin
16PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
17
18include $(INCLUDE_DIR)/package.mk
19include $(INCLUDE_DIR)/nls.mk
20
21define Package/scim-pinyin
22    TITLE:=Smart Common Input Method_Chinese PinYin
23    SECTION:=utils
24    CATEGORY:=Utilities
25    URL:=http://www.scim-im.org/projects/imengines
26    DEPENDS:=+libintl +libiconv +scim
27# ERROR: scim is broken
28endef
29
30define Package/scim-pinyin/description
31    Smart Common Input Method, PinYin
32endef
33
34define Package/scim-pinyin/install
35    $(INSTALL_DIR) $(1)/usr/bin
36    $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/scim-pinyin $(1)/usr/bin/
37endef
38
39$(eval $(call BuildPackage,scim-pinyin))
40

Archive Download this file



interactive