Magellan Linux

Contents of /trunk/extras/libaal/libaal-1.0.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id