mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
new package: argp-standalone
This commit is contained in:
parent
832901cff8
commit
b84fd3de3f
1 changed files with 19 additions and 0 deletions
19
srcpkgs/argp-standalone/template
Normal file
19
srcpkgs/argp-standalone/template
Normal file
|
@ -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…
Add table
Reference in a new issue