2008-10-22 16:58:56 +02:00
|
|
|
# Template file for 'sed'
|
|
|
|
pkgname=sed
|
2012-12-23 01:28:55 +01:00
|
|
|
version=4.2.2
|
2013-11-12 13:29:22 +01:00
|
|
|
revision=3
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-02-08 12:48:37 +01:00
|
|
|
configure_args="--enable-acl"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="acl-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conflicts="chroot-sed>=0"
|
2008-10-22 16:58:56 +02:00
|
|
|
short_desc="The GNU stream editor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-01 09:34:59 +01:00
|
|
|
license="GPL-3"
|
2012-12-23 01:28:55 +01:00
|
|
|
homepage="http://www.gnu.org/software/sed"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
|
|
checksum=fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
|
2013-02-08 12:48:37 +01:00
|
|
|
|
2013-04-09 01:49:27 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2013-04-14 12:31:59 +02:00
|
|
|
configure_args+=" ac_cv_func_aclsort=yes"
|
2013-02-28 20:54:33 +01:00
|
|
|
LDFLAGS="-L${XBPS_CROSS_BASE}/lib -lacl"
|
2013-02-08 12:48:37 +01:00
|
|
|
fi
|