mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-17 22:45:20 +02:00
nanonote-files: cleanup the file structure. update version to 201204
This commit is contained in:
parent
9d550b847a
commit
223a158fbe
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nanonote-files
|
PKG_NAME:=nanonote-files
|
||||||
PKG_VERSION:=2.0
|
PKG_VERSION:=201204
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -17,11 +17,6 @@ define Package/nanonote-example-files
|
|||||||
TITLE+=(Example Files)
|
TITLE+=(Example Files)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nanonote-script-files
|
|
||||||
$(call Package/nanonote-files/Default)
|
|
||||||
TITLE+=(Script Files)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/nanonote-base-files
|
define Package/nanonote-base-files
|
||||||
$(call Package/nanonote-files/Default)
|
$(call Package/nanonote-files/Default)
|
||||||
TITLE+=(Base Files)
|
TITLE+=(Base Files)
|
||||||
@ -39,10 +34,6 @@ define Package/nanonote-example-files/install
|
|||||||
$(CP) ./example-files/* $(1)/
|
$(CP) ./example-files/* $(1)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nanonote-script-files/install
|
|
||||||
$(CP) ./script-files/* $(1)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/nanonote-base-files/install
|
define Package/nanonote-base-files/install
|
||||||
$(CP) ./base-files/* $(1)/
|
$(CP) ./base-files/* $(1)/
|
||||||
endef
|
endef
|
||||||
@ -54,11 +45,10 @@ endef
|
|||||||
|
|
||||||
define Package/nanonote-data-files/postinst
|
define Package/nanonote-data-files/postinst
|
||||||
#! /bin/sh
|
#! /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
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nanonote-example-files))
|
$(eval $(call BuildPackage,nanonote-example-files))
|
||||||
$(eval $(call BuildPackage,nanonote-script-files))
|
|
||||||
$(eval $(call BuildPackage,nanonote-base-files))
|
$(eval $(call BuildPackage,nanonote-base-files))
|
||||||
$(eval $(call BuildPackage,nanonote-data-files))
|
$(eval $(call BuildPackage,nanonote-data-files))
|
||||||
|
@ -612,8 +612,6 @@ CONFIG_PACKAGE_svgalib-demo=y
|
|||||||
#
|
#
|
||||||
# Nanonote files
|
# Nanonote files
|
||||||
#
|
#
|
||||||
CONFIG_PACKAGE_nanonote-script-files=y
|
|
||||||
CONFIG_PACKAGE_nanonote-data-files=y
|
|
||||||
CONFIG_PACKAGE_nanonote-base-files=y
|
CONFIG_PACKAGE_nanonote-base-files=y
|
||||||
#
|
#
|
||||||
# WPAN
|
# WPAN
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
(cd /usr/lib; ln -s libffi.so.5.0.10 libffi.so.4)
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
rm -f /usr/lib/python2.6/lib-dynload/readline.so
|
|
Loading…
Reference in New Issue
Block a user