cproto: update to 4.7t.
This commit is contained in:
parent
ad675b4abc
commit
cc77c227c2
1 changed files with 5 additions and 8 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'cproto'
|
# Template file for 'cproto'
|
||||||
pkgname=cproto
|
pkgname=cproto
|
||||||
version=4.7s
|
version=4.7t
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
short_desc="Generates function prototypes and variable declarations from C code"
|
short_desc="Generates function prototypes and variable declarations from C code"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="http://invisible-island.net/cproto/cproto.html"
|
homepage="https://invisible-island.net/cproto/cproto.html"
|
||||||
distfiles="ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
|
changelog="https://invisible-island.net/cproto/CHANGES"
|
||||||
checksum=842f28a811f58aa196b77763e08811c2af00472c0ea363d397a545046d623545
|
distfiles="https://invisible-island.net/archives/cproto/${pkgname}-${version}.tgz"
|
||||||
|
checksum=3cce82a71687b69e0a3e23489fe825ba72e693e559ccf193395208ac0eb96fe5
|
||||||
do_install() {
|
|
||||||
make bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue