Change Details
ubbctl/Makefile |
| 1 | # |
| 2 | # This is free software, licensed under the GNU General Public License v2. |
| 3 | # See /LICENSE for more information. |
| 4 | |
| 5 | include $(TOPDIR)/rules.mk |
| 6 | |
| 7 | PKG_NAME:=ubbctl |
| 8 | PKG_VERSION:=20130107 |
| 9 | PKG_REV:=127e18d7edd3747435ba8ad74ffe8b5d3a4e54b5 |
| 10 | PKG_RELEASE:=1 |
| 11 | |
| 12 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz |
| 13 | PKG_SOURCE_URL:=git://projects.qi-hardware.com/ben-blinkenlights.git |
| 14 | PKG_SOURCE_PROTO:=git |
| 15 | PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
| 16 | PKG_SOURCE_VERSION:=$(PKG_REV) |
| 17 | |
| 18 | include $(INCLUDE_DIR)/package.mk |
| 19 | |
| 20 | define Package/ubbctl |
| 21 | TITLE:=Control UBB signals |
| 22 | SECTION:=utils |
| 23 | CATEGORY:=Utilities |
| 24 | DEPENDS:=+libubb |
| 25 | URL:=http://projects.qi-hardware.com/index.php/p/ben-blinkenlights/source/tree/master/ubbctl/README |
| 26 | endef |
| 27 | |
| 28 | define Package/ubbctl/description |
| 29 | ubbctl queries the state of UBB signals and allows the user to change |
| 30 | them. It can run in parallel with any other UBB users. |
| 31 | endef |
| 32 | |
| 33 | MAKE_PATH=ubbctl |
| 34 | |
| 35 | define Package/ubbctl/install |
| 36 | $(INSTALL_DIR) $(1)/usr/bin |
| 37 | $(CP) $(PKG_BUILD_DIR)/ubbctl/ubbctl $(1)/usr/bin |
| 38 | endef |
| 39 | |
| 40 | $(eval $(call BuildPackage,ubbctl)) |
Download the corresponding diff file