c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
16 lines
505 B
Bash
16 lines
505 B
Bash
# Template file for 'sed'
|
|
pkgname=sed
|
|
version=4.2.2
|
|
revision=10
|
|
bootstrap=yes
|
|
build_pie=yes
|
|
build_style=gnu-configure
|
|
configure_args="--enable-acl gl_cv_func_working_acl_get_file=yes"
|
|
makedepends="acl-devel"
|
|
conflicts="chroot-sed>=0"
|
|
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.bz2"
|
|
checksum=f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7
|