New package: cproto-4.7h.

This commit is contained in:
Juan RP 2013-08-21 10:06:27 +02:00
parent 1767ac548e
commit 34dd6c30e1
1 changed files with 22 additions and 0 deletions

22
srcpkgs/cproto/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'cproto'
pkgname=cproto
version=4.7h
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"
checksum=6d030bc604119c42f53eae6689bc54b3d56208c743bba093efba5d0bfe52ce37
do_install() {
make bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
}
cproto_package() {
pkg_install() {
vmove usr
}
}