cproto: fix license
This commit is contained in:
parent
40be35661b
commit
2e886a2134
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'cproto'
|
# Template file for 'cproto'
|
||||||
pkgname=cproto
|
pkgname=cproto
|
||||||
version=4.7o
|
version=4.7o
|
||||||
revision=1
|
revision=2
|
||||||
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="http://invisible-island.net/cproto/cproto.html"
|
||||||
distfiles="ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
|
distfiles="ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
|
||||||
checksum=c76b0b72064e59709459bb7d75d6ec929f77ce5ae7f2610d169ba0fa20ccb44f
|
checksum=c76b0b72064e59709459bb7d75d6ec929f77ce5ae7f2610d169ba0fa20ccb44f
|
||||||
|
|
Loading…
Reference in New Issue