2010-12-21 10:53:52 +01:00
|
|
|
# Template file for 'deheader'
|
|
|
|
pkgname=deheader
|
2015-07-19 08:44:44 +02:00
|
|
|
version=1.2
|
2014-09-11 13:09:14 +02:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
2014-02-18 16:29:53 +01:00
|
|
|
hostmakedepends="python"
|
2013-04-12 09:46:44 +02:00
|
|
|
makedepends="python"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="python"
|
2010-12-21 10:53:52 +01:00
|
|
|
short_desc="C and C++ header analyzer"
|
2013-03-31 09:36:01 +02:00
|
|
|
homepage="http://www.catb.org/~esr/deheader/"
|
|
|
|
license="BSD"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-04-12 09:46:44 +02:00
|
|
|
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
2015-07-19 08:44:44 +02:00
|
|
|
checksum=c4e4a4af6f0707a2f8b10b10f3776674c589a569c3451dea978f2d0b76c71d12
|
2010-12-21 10:53:52 +01:00
|
|
|
|
2013-04-12 09:46:44 +02:00
|
|
|
do_install() {
|
2014-09-11 13:09:14 +02:00
|
|
|
vbin deheader
|
|
|
|
vman deheader.1
|
2013-04-12 09:46:44 +02:00
|
|
|
}
|