ksmbd-tools: update to 3.5.1
[feed/packages.git] / utils / tinyionice / Makefile
1 #
2 # Copyright (C) 2022 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
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:=tinyionice
11 PKG_VERSION:=1.0.1
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=https://codeload.github.com/xyproto/tinyionice/tar.gz/v${PKG_VERSION}?
16 PKG_HASH:=2b5d61cd1a153060ed96bb5e6585c16d1f7a0828a13ee7a9049b49fc09885440
17
18 PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
19 PKG_LICENSE:=GPL-2.0-only
20 PKG_LICENSE_FILES:=COPYING
21
22 PKG_INSTALL:=1
23
24 include $(INCLUDE_DIR)/package.mk
25
26 define Package/tinyionice
27 SECTION:=utils
28 CATEGORY:=Utilities
29 TITLE:=Independent fork of ionice from util-linux
30 URL:=https://github.com/xyproto/tinyionice
31 endef
32
33 define Package/tinyionice/Default/description
34 Independent fork of ionice from util-linux
35 endef
36
37 define Package/tinyionice/install
38 $(INSTALL_DIR) $(1)/usr/bin
39 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
40 endef
41
42 $(eval $(call BuildPackage,tinyionice))