2013-08-21 08:06:27 +00:00
|
|
|
# Template file for 'cproto'
|
|
|
|
pkgname=cproto
|
2015-07-09 05:47:48 +00:00
|
|
|
version=4.7m
|
2013-08-21 08:06:27 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="flex"
|
|
|
|
short_desc="A program that generates function prototypes and variable declarations from C source code"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-08-21 08:06:27 +00:00
|
|
|
license="Public domain"
|
|
|
|
homepage="http://invisible-island.net/cproto/cproto.html"
|
|
|
|
distfiles="ftp://invisible-island.net/cproto/cproto-${version}.tgz"
|
2015-07-09 05:47:48 +00:00
|
|
|
checksum=4b482e80f1b492e94f8dcda74d25a7bd0381c870eb500c18e7970ceacdc07c89
|
2013-08-21 08:06:27 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
|
|
|
|
}
|