2010-12-21 10:53:52 +01:00
|
|
|
# Template file for 'deheader'
|
|
|
|
pkgname=deheader
|
2014-09-11 13:09:14 +02:00
|
|
|
version=1.0
|
|
|
|
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"
|
2010-12-21 10:53:52 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 09:46:44 +02:00
|
|
|
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
2014-09-11 13:09:14 +02:00
|
|
|
checksum=c7b90d4042a6ddb05be058d9f0c81683ec281fe2356733abbffcfcd40a6a1965
|
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
|
|
|
}
|