Magellan Linux

Contents of /trunk/core/man-pages/man-pages-5.02-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32945 - (show annotations) (download)
Mon Oct 7 08:53:59 2019 UTC (4 years, 6 months ago) by niro
File size: 589 byte(s)
auto added: ver bump to 5.02-r1
1 # $Id$
2
3 PNAME="man-pages"
4 PVER="5.02"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="A somewhat comprehensive collection of Linux man pages."
10 HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.xz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 SRC_URI=(
18 http://www.kernel.org/pub/linux/docs/man-pages/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 )
21
22 UP2DATE="updatecmd http://www.kernel.org/pub/linux/docs/man-pages/ | highesttarball xz"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 }
28
29 src_install()
30 {
31 cd ${SRCDIR}
32 minstall MANDIR=${BINDIR}/usr/share/man || die
33 }