Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1379 - (show annotations) (download)
Tue May 5 16:47:15 2009 UTC (15 years ago) by niro
File size: 990 byte(s)
auto added: ver bump to 1.0.7-r1
1 # $Id$
2
3 PNAME="reiser4progs"
4 PVER="1.0.7"
5 PBUILD="r1"
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-libminmal --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