chroot-sed: update to 4.2.2.
This commit is contained in:
parent
b9b1115a19
commit
95f8d7cbb1
1 changed files with 10 additions and 16 deletions
|
@ -1,25 +1,19 @@
|
||||||
# Template file for 'chroot-sed'
|
# Template file for 'chroot-sed'
|
||||||
pkgname=chroot-sed
|
pkgname=chroot-sed
|
||||||
version=4.2.1
|
version=4.2.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="sed-${version}"
|
wrksrc="sed-${version}"
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-acl --disable-nls --disable-i18n --without-included-regex"
|
|
||||||
short_desc="The GNU stream editor -- for xbps-src use"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
distfiles="http://ftp.gnu.org/gnu/sed/sed-$version.tar.gz"
|
|
||||||
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
|
|
||||||
homepage="http://www.gnu.org/software/sed/"
|
|
||||||
license="GPL-3"
|
|
||||||
long_desc="
|
|
||||||
Sed, the GNU Stream Editor, copies the named files (standard input default)
|
|
||||||
to the standard output, edited according to a script of commands.
|
|
||||||
|
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="sed>=0"
|
conflicts="sed>=0"
|
||||||
provides="sed-${version}"
|
provides="sed-${version}_${revision}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-acl --disable-nls --disable-i18n"
|
||||||
|
short_desc="The GNU stream editor -- for xbps-src use"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.gnu.org/software/sed/"
|
||||||
|
license="GPL-3"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/sed/sed-$version.tar.gz"
|
||||||
|
checksum=fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share
|
rm -rf ${DESTDIR}/usr/share
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue