Magellan Linux

Annotation of /branches/R11-stable/core/man-pages/man-pages-3.79-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23794 - (hide annotations) (download)
Tue Feb 3 08:03:08 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/core/man-pages/man-pages-3.79-r1.smage2
File size: 586 byte(s)
auto added: ver bump to 3.79-r1
1 niro 23794 # $Id$
2    
3     PNAME="man-pages"
4     PVER="3.79"
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     }