Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id