gst1-plugins-base: update to 1.22.8
[feed/packages.git] / utils / bottlerocket / Makefile
1 #
2 # Copyright (C) 2020 Brian Norris <computersforpeace@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=bottlerocket
11 PKG_VERSION:=0.04c
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=https://linuxha.com/bottlerocket
16 PKG_HASH:=deb8fbf8856f87af15fa9883e07b1fddb2aa78f6b4c7d119ae4bd664dc1d19ae
17
18 PKG_MAINTAINER:=Brian Norris <computersforpeace@gmail.com>
19 PKG_LICENSE:=LGPL-2.1-only
20
21 include $(INCLUDE_DIR)/package.mk
22
23 define Package/bottlerocket
24 SECTION:=utils
25 CATEGORY:=Utilities
26 TITLE:=Bottlerocket
27 URL:=https://linuxha.com/bottlerocket/
28 endef
29
30 define Package/bottlerocket/description
31 BottleRocket is an interface to the X10 FireCracker home automation kit.
32 endef
33
34 define Package/bottlerocket/install
35 $(INSTALL_DIR) $(1)/usr/bin
36 $(INSTALL_BIN) $(PKG_BUILD_DIR)/br $(1)/usr/bin/
37 endef
38
39 $(eval $(call BuildPackage,bottlerocket))