chroot-texinfo: add missing builddeps to build it in the chroot.
This commit is contained in:
parent
5d4377dc95
commit
0fd48f284a
1 changed files with 10 additions and 7 deletions
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'chroot-texinfo'
|
# Template file for 'chroot-texinfo'
|
||||||
pkgname=chroot-texinfo
|
pkgname=chroot-texinfo
|
||||||
version=4.13a
|
version=4.13a
|
||||||
wrksrc="texinfo-4.13"
|
|
||||||
homepage="http://www.gnu.org/software/texinfo/"
|
|
||||||
distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="texinfo-4.13"
|
||||||
|
build_style=gnu-configure
|
||||||
|
bootstrap=yes
|
||||||
|
conflicts="texinfo>=0"
|
||||||
|
provides="texinfo-${version}"
|
||||||
short_desc="The GNU Documentation System -- for xbps-src use"
|
short_desc="The GNU Documentation System -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
homepage="http://www.gnu.org/software/texinfo/"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
||||||
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
||||||
long_desc="
|
long_desc="
|
||||||
Texinfo is the official documentation format of the GNU project. It was
|
Texinfo is the official documentation format of the GNU project. It was
|
||||||
|
@ -18,9 +21,9 @@ long_desc="
|
||||||
|
|
||||||
This package is only meant to be used by xbps-src, don't install it manually."
|
This package is only meant to be used by xbps-src, don't install it manually."
|
||||||
|
|
||||||
bootstrap=yes
|
if [ -n "$IN_CHROOT" ]; then
|
||||||
conflicts="texinfo>=0"
|
makedepends="ncurses-devel"
|
||||||
provides="texinfo-${version}"
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/info
|
rm -f ${DESTDIR}/usr/bin/info
|
||||||
|
|
Loading…
Add table
Reference in a new issue