mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-18 00:02:49 +02:00
new package: Tempest for Eliza is a Program that uses your computer monitor to send out AM radio signals.
This commit is contained in:
parent
b44ea50159
commit
f3afa7cbc5
38
tempest-for-eliza/Makefile
Normal file
38
tempest-for-eliza/Makefile
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=tempest-for-eliza
|
||||||
|
PKG_VERSION:=1.0.5
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_SOURCE:=tempest_for_eliza-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=http://www.erikyyy.de/tempest/
|
||||||
|
|
||||||
|
PKG_BUILD_DIR:=$(BUILD_DIR)/tempest_for_eliza-$(PKG_VERSION)
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
define Package/tempest-for-eliza
|
||||||
|
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
|
TITLE:=Tempest_For_Eliza
|
||||||
|
DEPENDS:=+libsdl +directfb
|
||||||
|
URL:=http://www.erikyyy.de/tempest/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/tempest-for-eliza/description
|
||||||
|
Tempest for Eliza is a Program that uses your computer monitor to send out AM radio signals.
|
||||||
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
|
define Package/tempest-for-eliza/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/bin/
|
||||||
|
$(INSTALL_DIR) $(1)/usr/share/tempest-for-eliza/songs
|
||||||
|
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/tempest_for_eliza $(1)/usr/bin/
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/songs/* $(1)/usr/share/tempest-for-eliza/songs
|
||||||
|
rm -f $(1)/usr/share/tempest-for-eliza/songs/Makefile*
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call BuildPackage,tempest-for-eliza))
|
Loading…
Reference in New Issue
Block a user