From 051e8a039d7417b65c22b0564f3e53e73288a107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Apr 2019 11:18:36 +0200 Subject: Drop argp-standalone It was pushed to turris-os-packages. --- argp-standalone/Makefile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 argp-standalone/Makefile (limited to 'argp-standalone/Makefile') diff --git a/argp-standalone/Makefile b/argp-standalone/Makefile deleted file mode 100644 index 3fa7e52..0000000 --- a/argp-standalone/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# -## 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