Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1104 - (hide annotations) (download)
Wed Apr 22 13:48:45 2009 UTC (15 years, 2 months ago) by niro
File size: 662 byte(s)
auto added: ver bump to 3.21-r1
1 niro 1104 # $Id$
2    
3     PNAME="man-pages"
4     PVER="3.21"
5     PBUILD="r1"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="A somewhat comprehensive collection of Linux man pages."
11     HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     SRC_URI=(
19     http://www.kernel.org/pub/linux/docs/manpages/${SRCFILE}
20     ftp://ftp.win.tue.nl/pub/linux-local/manpages/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd http://www.kernel.org/pub/linux/docs/manpages | lasttarball"
25    
26     src_prepare()
27     {
28     munpack ${SRCFILE} || die
29     }
30    
31     src_install()
32     {
33     cd ${SRCDIR}
34     minstall MANDIR=${BINDIR}/usr/share/man || die
35     }

Properties

Name Value
svn:keywords Id