mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
texinfo: conflicts with chroot-texinfo.
This commit is contained in:
parent
bc4cf7d61b
commit
b33606c80e
1 changed files with 4 additions and 9 deletions
|
@ -1,23 +1,18 @@
|
||||||
# Template file for 'texinfo'
|
# Template file for 'texinfo'
|
||||||
pkgname=texinfo
|
pkgname=texinfo
|
||||||
version=4.13a
|
version=4.13a
|
||||||
revision=8
|
revision=9
|
||||||
wrksrc="$pkgname-4.13"
|
wrksrc="$pkgname-4.13"
|
||||||
homepage="http://www.gnu.org/software/texinfo/"
|
conflicts="chroot-texinfo>=0"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
fulldepends="gzip"
|
fulldepends="gzip"
|
||||||
short_desc="The GNU Documentation System"
|
short_desc="The GNU Documentation System"
|
||||||
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/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
||||||
long_desc="
|
|
||||||
Texinfo is the official documentation format of the GNU project. It was
|
|
||||||
invented by Richard Stallman and Bob Chassell many years ago, loosely based
|
|
||||||
on Brian Reid's Scribe and other formatting languages of the time. It is
|
|
||||||
used by many non-GNU projects as well."
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/info/dir
|
rm -f ${DESTDIR}/usr/share/info/dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue