chroot-m4: removed; superseded by m4.
This commit is contained in:
parent
efb70249b5
commit
523da05c91
|
@ -1,22 +0,0 @@
|
|||
# Template build file for 'chroot-m4'.
|
||||
pkgname=chroot-m4
|
||||
version=1.4.17
|
||||
revision=3
|
||||
wrksrc="m4-${version}"
|
||||
bootstrap=yes
|
||||
conflicts="m4>=0"
|
||||
provides="m4-${version}_${revision}"
|
||||
build_style=gnu-configure
|
||||
homepage="http://www.gnu.org/software/m4/"
|
||||
license="GPL-3"
|
||||
short_desc="GNU version of UNIX m4 macro language processor -- for xbps-src use"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://ftp.gnu.org/gnu/m4/m4-$version.tar.bz2"
|
||||
checksum=8e4e1f963932136ed45dcd5afb0c6e237e96a6fcdcd2a2fa6755040859500d70
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share
|
||||
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
||||
rm -f ${DESTDIR}/usr/lib/charset.alias
|
||||
fi
|
||||
}
|
Loading…
Reference in New Issue