deheader: update to 0.6.
This commit is contained in:
parent
0c868d42a6
commit
8605b466e0
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'deheader'
|
# Template file for 'deheader'
|
||||||
pkgname=deheader
|
pkgname=deheader
|
||||||
version=0.5
|
version=0.6
|
||||||
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="C and C++ header analyzer"
|
short_desc="C and C++ header analyzer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=c516cede506f79865e97b142ca07c88bdfd9969f2607fc526b99ed13660ecbe2
|
checksum=643040b241eb47504624e9c2cc4c0f8865bf0ee2b9317ee36ee9195c75e17d4b
|
||||||
long_desc="
|
long_desc="
|
||||||
deheader analyzes C and C++ files to determine which header inclusions can be
|
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
|
removed while still allowing them to compile. This may result in substantial
|
||||||
|
@ -19,6 +19,6 @@ do_install()
|
||||||
{
|
{
|
||||||
install -d ${DESTDIR}/usr/bin
|
install -d ${DESTDIR}/usr/bin
|
||||||
install -d ${DESTDIR}/usr/share/man/man1
|
install -d ${DESTDIR}/usr/share/man/man1
|
||||||
install -m755 ${wrksrc}/deheader ${DESTDIR}/usr/bin
|
install -m755 deheader ${DESTDIR}/usr/bin
|
||||||
install -m644 ${wrksrc}/deheader.1 ${DESTDIR}/usr/share/man/man1
|
install -m644 deheader.1 ${DESTDIR}/usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue