Magellan Linux

Contents of /trunk/core/reiserfsprogs/reiserfsprogs-3.6.20-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 359 - (show annotations) (download)
Tue Dec 23 09:19:36 2008 UTC (15 years, 5 months ago) by niro
File size: 784 byte(s)
rev bump to 3.6.20-r3, added patch to support fsck -f -n calls
1 # $Header: /magellan-cvs/smage/reiserfsprogs/reiserfsprogs-3.6.20-r2.smage2,v 1.1 2008/08/02 14:11:13 niro Exp $
2
3 PNAME="reiserfsprogs"
4 PVER="3.6.20"
5 PBUILD="r3"
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://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-fsck-n.patch
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # support fsck -f -n
32 mpatch ${PNAME}-${PVER}-fsck-n.patch || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38 mconfigure --sbindir=/sbin || die
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id