# $Id$ PNAME="man-pages" PVER="4.13" PBUILD="r1" PCAT="sys-apps" DESCRIPTION="A somewhat comprehensive collection of Linux man pages." HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" SRC_URI=( http://www.kernel.org/pub/linux/docs/man-pages/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.kernel.org/pub/linux/docs/man-pages/ | highesttarball xz" src_prepare() { munpack ${SRCFILE} || die } src_install() { cd ${SRCDIR} minstall MANDIR=${BINDIR}/usr/share/man || die }