Magellan Linux

Contents of /tags/old-unstable-20120113/core/man-pages/man-pages-3.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 4 months ago) by niro
File size: 662 byte(s)
tagged 'old-unstable-20120113'
1 # $Id$
2
3 PNAME="man-pages"
4 PVER="3.23"
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