Magellan Linux

Contents of /branches/magellan-next/core/man-pages/man-pages-3.32-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7635 - (show annotations) (download)
Fri May 27 20:46:54 2011 UTC (12 years, 11 months ago) by niro
File size: 662 byte(s)
auto added: ver bump to 3.32-r1
1 # $Id: man-pages-3.23-r1.smage2 3071 2009-10-08 10:00:11Z niro $
2
3 PNAME="man-pages"
4 PVER="3.32"
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 mirror://${PNAME}/${SRCFILE}
21 )
22
23 UP2DATE="updatecmd http://www.kernel.org/pub/linux/docs/manpages | lasttarball"
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 }
29
30 src_install()
31 {
32 cd ${SRCDIR}
33 minstall MANDIR=${BINDIR}/usr/share/man || die
34 }