deheader: remove long_desc.
This commit is contained in:
parent
4d74cc58c4
commit
ccede36c85
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'deheader'
|
# Template file for 'deheader'
|
||||||
pkgname=deheader
|
pkgname=deheader
|
||||||
version=0.6
|
version=0.6
|
||||||
revision=2
|
revision=3
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
hostmakedepends="python"
|
||||||
makedepends="python"
|
makedepends="python"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="C and C++ header analyzer"
|
short_desc="C and C++ header analyzer"
|
||||||
|
@ -11,11 +12,6 @@ license="BSD"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
||||||
checksum=643040b241eb47504624e9c2cc4c0f8865bf0ee2b9317ee36ee9195c75e17d4b
|
checksum=643040b241eb47504624e9c2cc4c0f8865bf0ee2b9317ee36ee9195c75e17d4b
|
||||||
long_desc="
|
|
||||||
deheader analyzes C and C++ files to determine which header inclusions can be
|
|
||||||
removed while still allowing them to compile. This may result in substantial
|
|
||||||
improvements in compilation time, especially on large C++ projects; it also
|
|
||||||
sometimes exposes dependencies and cohesions of which developers were unaware."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall deheader 755 usr/bin
|
vinstall deheader 755 usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue