Magellan Linux

Annotation of /trunk/extras/reiser4progs/reiser4progs-1.0.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 11 months ago) by niro
File size: 1000 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/reiser4progs/reiser4progs-1.0.6-r2.smage2,v 1.1 2008/08/14 11:58:47 niro Exp $
2    
3     PNAME="reiser4progs"
4     PVER="1.0.6"
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-5.2"
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     src_compile()
27     {
28     cd ${SRCDIR}
29     mconfigure --sbindir=/sbin --enable-libminmal --with-readline || die
30     mmake || die
31     }
32    
33     src_install()
34     {
35     cd ${SRCDIR}
36    
37     mmake DESTDIR=${BINDIR} install || die
38    
39     # share lib should reside in /lib for booting
40     minstalldir /$(mlibdir) || die
41     mv ${BINDIR}/usr/$(mlibdir)/lib*.so* ${BINDIR}/$(mlibdir) || die
42     find ${BINDIR} -name '*.la' | xargs rm
43    
44     minstalldocs AUTHORS COPYING CREDITS NEWS README || die
45     }

Properties

Name Value
svn:keywords Id