1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 01:42:34 +03:00

nanonote-files: cleanup the file structure. update version to 201204

This commit is contained in:
Xiangfu 2012-04-09 14:21:55 +08:00
parent 9d550b847a
commit 223a158fbe
94 changed files with 2 additions and 20 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nanonote-files
PKG_VERSION:=2.0
PKG_VERSION:=201204
include $(INCLUDE_DIR)/package.mk
@ -17,11 +17,6 @@ define Package/nanonote-example-files
TITLE+=(Example Files)
endef
define Package/nanonote-script-files
$(call Package/nanonote-files/Default)
TITLE+=(Script Files)
endef
define Package/nanonote-base-files
$(call Package/nanonote-files/Default)
TITLE+=(Base Files)
@ -39,10 +34,6 @@ define Package/nanonote-example-files/install
$(CP) ./example-files/* $(1)/
endef
define Package/nanonote-script-files/install
$(CP) ./script-files/* $(1)/
endef
define Package/nanonote-base-files/install
$(CP) ./base-files/* $(1)/
endef
@ -54,11 +45,10 @@ endef
define Package/nanonote-data-files/postinst
#! /bin/sh
cp -af $${IPKG_INSTROOT}/usr/share/nanonote/files/etc/* $${IPKG_INSTROOT}/etc/
cp -af $${IPKG_INSTROOT}/usr/share/nanonote/files/* $${IPKG_INSTROOT}/
endef
$(eval $(call BuildPackage,nanonote-example-files))
$(eval $(call BuildPackage,nanonote-script-files))
$(eval $(call BuildPackage,nanonote-base-files))
$(eval $(call BuildPackage,nanonote-data-files))

View File

@ -612,8 +612,6 @@ CONFIG_PACKAGE_svgalib-demo=y
#
# Nanonote files
#
CONFIG_PACKAGE_nanonote-script-files=y
CONFIG_PACKAGE_nanonote-data-files=y
CONFIG_PACKAGE_nanonote-base-files=y
#
# WPAN

View File

@ -1,3 +0,0 @@
#!/bin/sh
(cd /usr/lib; ln -s libffi.so.5.0.10 libffi.so.4)

View File

@ -1,3 +0,0 @@
#!/bin/sh
rm -f /usr/lib/python2.6/lib-dynload/readline.so