new package: argp-standalone
This commit is contained in:
parent
832901cff8
commit
b84fd3de3f
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'argp-standalone'
|
||||
pkgname=argp-standalone
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Implementation of ARGP"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
homepage="https://www.freshports.org/devel/argp-standalone/"
|
||||
license="Public Domain"
|
||||
distfiles="http://www.lysator.liu.se/~nisse/misc/argp-standalone-${version}.tar.gz"
|
||||
checksum=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
do_install() {
|
||||
vinstall ${wrksrc}/libargp.a 644 usr/lib
|
||||
vinstall ${wrksrc}/argp.h 644 usr/include
|
||||
}
|
||||
|
Loading…
Reference in New Issue