2012-02-28 10:35:55 +01:00
|
|
|
# Template file for 'chroot-texinfo'
|
|
|
|
pkgname=chroot-texinfo
|
|
|
|
version=4.13a
|
2014-01-14 10:48:27 +01:00
|
|
|
revision=4
|
2012-02-28 10:35:55 +01:00
|
|
|
wrksrc="texinfo-4.13"
|
2014-01-08 09:24:59 +01:00
|
|
|
bootstrap=yes
|
|
|
|
hostmakedepends="ncurses-devel"
|
|
|
|
makedepends="ncurses-devel"
|
|
|
|
conflicts="texinfo>=0"
|
|
|
|
provides="texinfo-${version}_${revision}"
|
2012-02-28 10:35:55 +01:00
|
|
|
short_desc="The GNU Documentation System -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
2012-06-04 10:39:38 +02:00
|
|
|
homepage="http://www.gnu.org/software/texinfo/"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
2012-02-28 10:35:55 +01:00
|
|
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
|
|
|
|
2013-02-06 13:04:22 +01:00
|
|
|
do_configure() {
|
2014-01-08 09:24:59 +01:00
|
|
|
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
|
|
|
|
|
2013-05-26 10:41:55 +02:00
|
|
|
./configure ${configure_args} --disable-nls
|
2013-02-06 13:04:22 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
2013-02-06 14:01:10 +01:00
|
|
|
if [ -d tools ]; then
|
2013-05-26 10:41:55 +02:00
|
|
|
make ${makejobs} -C tools/gnulib/lib
|
|
|
|
make ${makejobs} -C tools
|
2013-02-06 14:01:10 +01:00
|
|
|
fi
|
2013-05-26 10:41:55 +02:00
|
|
|
make ${makejobs}
|
2013-02-06 13:04:22 +01:00
|
|
|
}
|
2012-02-28 10:35:55 +01:00
|
|
|
|
2013-02-06 13:04:22 +01:00
|
|
|
do_install() {
|
|
|
|
make DESTDIR=${DESTDIR} install
|
2012-02-28 10:35:55 +01:00
|
|
|
|
|
|
|
rm -f ${DESTDIR}/usr/bin/info
|
|
|
|
rm -f ${DESTDIR}/usr/bin/infokey
|
|
|
|
rm -rf ${DESTDIR}/usr/share
|
2014-01-14 10:48:27 +01:00
|
|
|
if [ -f ${DESTDIR}/usr/lib/charset.alias ]; then
|
|
|
|
rm -f ${DESTDIR}/usr/lib/charset.alias
|
|
|
|
fi
|
2012-02-28 10:35:55 +01:00
|
|
|
}
|