From bf775411f6ba279151328b1376c0f1dcf7dc63b0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 10:35:55 +0100 Subject: [PATCH] New package: chroot-texinfo-4.13a. --- srcpkgs/chroot-texinfo/chroot-texinfo.rshlibs | 1 + srcpkgs/chroot-texinfo/template | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 srcpkgs/chroot-texinfo/chroot-texinfo.rshlibs create mode 100644 srcpkgs/chroot-texinfo/template diff --git a/srcpkgs/chroot-texinfo/chroot-texinfo.rshlibs b/srcpkgs/chroot-texinfo/chroot-texinfo.rshlibs new file mode 100644 index 00000000000..631aa1dda40 --- /dev/null +++ b/srcpkgs/chroot-texinfo/chroot-texinfo.rshlibs @@ -0,0 +1 @@ +libc.so.6 diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template new file mode 100644 index 00000000000..dfa46dc1bc3 --- /dev/null +++ b/srcpkgs/chroot-texinfo/template @@ -0,0 +1,27 @@ +# Template file for 'chroot-texinfo' +pkgname=chroot-texinfo +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 +short_desc="The GNU Documentation System -- for xbps-src use" +maintainer="Juan RP " +license="GPL-3" +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. + + This package is only meant to be used by xbps-src, don't install it manually." + +bootstrap=yes +conflicts="texinfo>=0" + +post_install() { + rm -f ${DESTDIR}/usr/bin/info + rm -f ${DESTDIR}/usr/bin/infokey + rm -rf ${DESTDIR}/usr/share +}