void-packages/srcpkgs/sed/template
2017-01-21 15:45:20 +01:00

20 lines
577 B
Bash

# Template file for 'sed'
pkgname=sed
version=4.3
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
makedepends="acl-devel"
short_desc="The GNU stream editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://www.gnu.org/software/sed"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=47c20d8841ce9e7b6ef8037768aac44bc2937fff1c265b291c824004d56bd0aa
post_extract() {
# dont regenerate the man page with help2man...
sed -i 's|\(^doc/sed.1:\).*$|\1|' Makefile.in
}