23 lines
787 B
Bash
23 lines
787 B
Bash
# Template build file for 'autoconf213'.
|
|
pkgname=autoconf213
|
|
version=2.13
|
|
revision=3
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
configure_args="--program-suffix='-2.13'"
|
|
wrksrc="autoconf-${version}"
|
|
hostmakedepends="perl m4"
|
|
depends="virtual?awk diffutils m4"
|
|
short_desc="Generates automatic source code configuration scripts (2.13 version)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, GPL-3"
|
|
homepage="http://www.gnu.org/software/autoconf"
|
|
distfiles="${GNU_SITE}/autoconf/autoconf-$version.tar.gz"
|
|
checksum=f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
|
|
|
|
post_install() {
|
|
# Avoid conflict with other versions.
|
|
mv ${DESTDIR}/usr/share/autoconf ${DESTDIR}/usr/share/autoconf213
|
|
sed -e 's,/usr/share/autoconf,/usr/share/autoconf213,g' -i ${DESTDIR}/usr/bin/*
|
|
}
|