Magellan Linux

Contents of /trunk/core/reiserfsprogs/reiserfsprogs-3.6.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1377 - (show annotations) (download)
Tue May 5 16:32:32 2009 UTC (14 years, 11 months ago) by niro
File size: 820 byte(s)
auto added: ver bump to 3.6.21-r1
1 # $Id$
2
3 PNAME="reiserfsprogs"
4 PVER="3.6.21"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="User-level tools for ReiserFS filesystems."
11 HOMEPAGE="http://www.namesys.com/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools mbuild
19
20 SRC_URI=(
21 http://kernel.org/pub/linux/utils/fs/reiserfs/${SRCFILE}
22 #http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${PNAME}-3.6.20-fsck-n.patch
25 )
26
27 UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball gz"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # support fsck -f -n
35 mpatch ${PNAME}-3.6.20-fsck-n.patch || die
36 }
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41 mconfigure --sbindir=/sbin || die
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id