void-packages/srcpkgs/cproto/template
2021-04-11 02:24:27 -03:00

17 lines
561 B
Bash

# Template file for 'cproto'
pkgname=cproto
version=4.7o
revision=2
build_style=gnu-configure
hostmakedepends="flex"
short_desc="Generates function prototypes and variable declarations from C code"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Public Domain"
homepage="http://invisible-island.net/cproto/cproto.html"
distfiles="ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
checksum=c76b0b72064e59709459bb7d75d6ec929f77ce5ae7f2610d169ba0fa20ccb44f
do_install() {
make bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
}