2013-08-21 08:06:27 +00:00
|
|
|
# Template file for 'cproto'
|
|
|
|
pkgname=cproto
|
2014-06-21 08:44:59 +00:00
|
|
|
version=4.7l
|
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"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="Public domain"
|
|
|
|
homepage="http://invisible-island.net/cproto/cproto.html"
|
|
|
|
distfiles="ftp://invisible-island.net/cproto/cproto-${version}.tgz"
|
2014-06-21 08:44:59 +00:00
|
|
|
checksum=823a1e0480bbb39958c6c322c665932dd74286a8eb6dfe652528b6b8c3d873a5
|
2013-08-21 08:06:27 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
|
|
|
|
}
|