Magellan Linux

Annotation of /trunk/core/man-pages/man-pages-4.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29734 - (hide annotations) (download)
Tue Oct 10 10:08:38 2017 UTC (6 years, 7 months ago) by niro
File size: 589 byte(s)
auto added: ver bump to 4.13-r1
1 niro 29734 # $Id$
2    
3     PNAME="man-pages"
4     PVER="4.13"
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     }