mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: cproto-4.7h.
This commit is contained in:
parent
1767ac548e
commit
34dd6c30e1
1 changed files with 22 additions and 0 deletions
22
srcpkgs/cproto/template
Normal file
22
srcpkgs/cproto/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue