2012-02-28 09:41:21 +00:00
|
|
|
# Template file for 'chroot-sed'
|
|
|
|
pkgname=chroot-sed
|
2014-01-08 08:27:23 +00:00
|
|
|
version=4.2.2
|
2014-03-17 10:41:38 +00:00
|
|
|
revision=3
|
2012-02-28 09:41:21 +00:00
|
|
|
wrksrc="sed-${version}"
|
2014-01-08 08:27:23 +00:00
|
|
|
bootstrap=yes
|
|
|
|
conflicts="sed>=0"
|
|
|
|
provides="sed-${version}_${revision}"
|
2012-02-28 09:41:21 +00:00
|
|
|
build_style=gnu-configure
|
2014-01-08 08:27:23 +00:00
|
|
|
configure_args="--disable-acl --disable-nls --disable-i18n"
|
2012-02-28 09:41:21 +00:00
|
|
|
short_desc="The GNU stream editor -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-31 11:39:48 +00:00
|
|
|
homepage="http://www.gnu.org/software/sed/"
|
|
|
|
license="GPL-3"
|
2014-01-08 08:27:23 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/sed/sed-$version.tar.gz"
|
|
|
|
checksum=fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
|
2012-02-28 09:41:21 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share
|
2014-01-14 09:45:50 +00:00
|
|
|
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
|
|
|
rm -f ${DESTDIR}/usr/lib/charset.alias
|
|
|
|
fi
|
2012-02-28 09:41:21 +00:00
|
|
|
}
|