New package: indent-2.2.10
This commit is contained in:
parent
54e0961db1
commit
7e16091e9d
20
srcpkgs/indent/template
Normal file
20
srcpkgs/indent/template
Normal file
@ -0,0 +1,20 @@
|
||||
# Template file for 'indent'
|
||||
pkgname=indent
|
||||
version=2.2.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/indent"
|
||||
short_desc="indent can be used to make code easier to read"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.gnu.org/s/indent/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=8a9b41be5bfcab5d8c1be74204b10ae78789fc3deabea0775fdced8677292639
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's#^docdir = .*$#docdir = @docdir@#' doc/Makefile.in
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm $DESTDIR/usr/bin/texinfo2man
|
||||
}
|
Loading…
Reference in New Issue
Block a user