mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-12-18 06:09:43 +02:00
new package: signalgen python version
This commit is contained in:
parent
66b4a47981
commit
0fe5add22c
54
signalgen.py/Makefile
Normal file
54
signalgen.py/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
#
|
||||
# Copyright (C) Xiangfu Liu <xiangfu@sharism.cc>
|
||||
#
|
||||
# License GPLv2 or later. NO WARRANTY.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=signalgen.py
|
||||
PKG_VERSION:=1.1
|
||||
PKG_SOURCE:=$(PKG_NAME)
|
||||
PKG_SOURCE_URL:=http://www.arachnoid.com/python/python_programs/
|
||||
PKG_RELEASE:=1
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
PKG_UNPACK:=
|
||||
|
||||
define Package/signalgen.py
|
||||
TITLE:=Signalgen.Py
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
URL:=http://www.arachnoid.com/python/signalgen.py_program.html
|
||||
DEPENDS:=+python @BROKEN
|
||||
# ImportError: No module named gobject when start in nanonote
|
||||
endef
|
||||
|
||||
define Package/signalgen.py/description
|
||||
Signalgen.Py can generates relatively low frequency signals with the use of a PC sound card.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/Install
|
||||
endef
|
||||
|
||||
define Package/signalgen.py/install
|
||||
$(INSTALL_DIR) $(1)/usr/share/$(PKG_NAME)
|
||||
$(INSTALL_BIN) $(DL_DIR)/$(PKG_NAME) $(1)/usr/share/$(PKG_NAME)/
|
||||
wget http://www.arachnoid.com/python/python_programs/signalgen_gui.glade \
|
||||
-O $(1)/usr/share/$(PKG_NAME)/signalgen_gui.glade
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,signalgen.py))
|
||||
|
||||
# The following comments configure the Signalgen.Py editor. Just ignore them.
|
||||
# Local Variables:
|
||||
# compile-command: "make -C ~/openwrt-xburst.full_system package/signalgen.py/{clean,compile} V=99"
|
||||
# End:
|
Loading…
Reference in New Issue
Block a user