Magellan Linux

Contents of /trunk/extras/reiser4progs/reiser4progs-1.0.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3771 - (show annotations) (download)
Tue Nov 3 17:17:42 2009 UTC (14 years, 6 months ago) by niro
File size: 991 byte(s)
-typos
1 # $Id$
2
3 PNAME="reiser4progs"
4 PVER="1.0.7"
5 PBUILD="r2"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="User-level tools for Reiser4 filesystems."
11 HOMEPAGE="http://www.namesys.com/v4/v4.html"
12
13 DEPEND=">= sys-libs/libaal-1.0.5
14 >= sys-libs/readline-6.0"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild mtools
20
21 SRC_URI=(
22 http://kernel.org/pub/linux/utils/fs/reiser4/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiser4/${PNAME}/ | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 mconfigure --sbindir=/sbin --enable-libminimal --with-readline || die
32 mmake || die
33 }
34
35 src_install()
36 {
37 cd ${SRCDIR}
38
39 mmake DESTDIR=${BINDIR} install || die
40
41 # share lib should reside in /lib for booting
42 minstalldir /$(mlibdir) || die
43 mv ${BINDIR}/usr/$(mlibdir)/lib*.so* ${BINDIR}/$(mlibdir) || die
44 find ${BINDIR} -name '*.la' | xargs rm
45
46 minstalldocs AUTHORS COPYING CREDITS NEWS README || die
47 }

Properties

Name Value
svn:keywords Id