New package: cproto-4.7h.
This commit is contained in:
parent
1767ac548e
commit
34dd6c30e1
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue