Root/jdkdrum/Makefile

Source at commit 1b3135c created 12 years 5 months ago.
By Xiangfu Liu, new package: SDL-widgets: a GUI toolkit on top of the SDL libraries
1#
2# Copyright (C) 2009 Qi Hardware Inc.
3# Author: Xiangfu Liu <xiangfu@qi-hardware.com>
4#
5# This is free software, licensed under the GNU General Public License v2.
6# See /LICENSE for more information.
7#
8
9include $(TOPDIR)/rules.mk
10
11PKG_NAME:=jdkdrum
12PKG_VERSION:=
13PKG_SOURCE:=$(PKG_NAME).tar.gz
14PKG_SOURCE_URL:=http://www.jdkoftinoff.com/main/Free_Projects/Drum_Synth_For_Linux/
15PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
16PKG_RELEASE:=1
17PKG_INSTALL:=1
18
19include $(INCLUDE_DIR)/package.mk
20
21define Package/jdkdrum
22    TITLE:=jdkdrum
23    SECTION:=utils
24    CATEGORY:=Utilities
25    DEPENDS:=
26    URL:=http://www.jdkoftinoff.com/main/Free_Projects/Drum_Synth_For_Linux/
27endef
28
29define Package/jdkdrum/description
30    Command Line Drum Synth Program For Linux
31endef
32
33define Build/Compile
34    $(call Build/Compile/Default,clean)
35    $(call Build/Compile/Default)
36endef
37
38define Build/Install
39endef
40
41define Package/jdkdrum/install
42    $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/share/jdkdrum
43    $(INSTALL_BIN) ./files/jdkdrum $(1)/usr/bin/
44    cp -f $(PKG_BUILD_DIR)/* $(1)/usr/share/jdkdrum || true
45endef
46
47$(eval $(call BuildPackage,jdkdrum))
48# The following comments configure the Emacs editor. Just ignore them.
49# Local Variables:
50# compile-command: "make -C ~/openwrt-xburst.full_system package/jdkdrum/{clean,compile} -j2 V=99"
51# End:
52

Archive Download this file



interactive