From e840c2383394182b626c646115d7859b042a4158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 3 Apr 2019 13:44:23 +0200 Subject: Add argp-standalone --- argp-standalone/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 argp-standalone/Makefile (limited to 'argp-standalone/Makefile') diff --git a/argp-standalone/Makefile b/argp-standalone/Makefile new file mode 100644 index 0000000..3fa7e52 --- /dev/null +++ b/argp-standalone/Makefile @@ -0,0 +1,32 @@ +# +## Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/) +# +## This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# # +# +include $(TOPDIR)/rules.mk + +PKG_NAME:=argp-standalone +PKG_VERSION:=1.3 +PKG_RELEASE:=1 + +PKG_SOURCE:=argp-standalone-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://www.lysator.liu.se/~nisse/misc +PKG_HASH:=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be +PKG_BUILD_DIR:=$(BUILD_DIR)/argp-standalone-$(PKG_VERSION) +PKG_MAINTAINER:=CZ.NIC + +PKG_INSTALL:=1 +PKG_FIXUP:=autoreconf + +include $(INCLUDE_DIR)/package.mk + +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/lib + $(CP) $(PKG_BUILD_DIR)/libargp.a $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_BUILD_DIR)/argp.h $(1)/usr/include/ +endef + +$(eval $(call Build/DefaultTargets)) -- cgit v1.2.3