16 lines
560 B
Bash
16 lines
560 B
Bash
# Template file for 'cproto'
|
|
pkgname=cproto
|
|
version=4.7o
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
short_desc="Generates function prototypes and variable declarations from C code"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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
|
|
}
|