Magellan Linux

Contents of /branches/R11-unstable/core/man-pages/man-pages-4.00-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25023 - (show annotations) (download)
Tue Nov 25 02:50:45 2014 UTC (9 years, 5 months ago) by niro
File size: 586 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="man-pages"
4 PVER="4.00"
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/ | lasttarball 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 }