Port the popt argument parsing library

This is required for the sgdisk tool.
This commit is contained in:
Pirmin Duss
2019-05-10 14:26:40 +02:00
committed by Norman Feske
parent a9f90eb1d5
commit 3873daff94
7 changed files with 138 additions and 0 deletions

1
ports/popt.hash Normal file
View File

@@ -0,0 +1 @@
4bd12ef49b8e8c463ec891b8397b3dd2904ef86b

11
ports/popt.port Normal file
View File

@@ -0,0 +1,11 @@
LICENSE := GPLv2
VERSION := 5.4.13
DOWNLOADS := popt.git
POPT_DIR := src/lib/popt
URL(popt) := https://github.com/devzero2000/POPT.git
REV(popt) := rpm-$(VERSION)-release
DIR(popt) := $(POPT_DIR)
PATCHES := src/lib/popt/patches/*.patch