From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- kinyin/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kinyin/Makefile (limited to 'kinyin/Makefile') diff --git a/kinyin/Makefile b/kinyin/Makefile new file mode 100644 index 0000000..a27db04 --- /dev/null +++ b/kinyin/Makefile @@ -0,0 +1,40 @@ +# +# Copyright (C) 2010 Sharism.cc +# Author: Xiangfu Liu +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=kinyin +PKG_VERSION:=0.43 +PKG_RELEASE:=1 + +PKG_SOURCE:=95926-$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://qt-apps.org/CONTENT/content-files/ + +include $(INCLUDE_DIR)/package.mk +$(call include_mk,qmake.mk) + +define Package/kinyin + SECTION:=utils + CATEGORY:=Utilities + TITLE:=kinyin + URL:=http://qt-apps.org/content/show.php/kinyin?content=95926 + DEPENDS:=+qt4 +qt4-gui +dejavu-fonts-ttf @BROKEN +endef + +TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib + +define Build/Configure + cd $(PKG_BUILD_DIR)/qt4 && \ + $(call Build/Configure/Qmake,qt4/kinyin) +endef + +define Package/kinyin/install + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/kinyin $(1)/usr/bin/ +endef + +$(eval $(call BuildPackage,kinyin)) -- cgit v1.2.3