Magellan Linux

Annotation of /branches/R11-unstable/extras/ldb/ldb-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31770 - (hide annotations) (download)
Fri Dec 7 09:52:26 2018 UTC (5 years, 6 months ago) by niro
Original Path: trunk/extras/ldb/ldb-1.4.3-r1.smage2
File size: 921 byte(s)
-added missing docbook-xsl-stylesheets and cmocka sdep
1 niro 31768 # $Id$
2    
3     PNAME="ldb"
4     PVER="1.4.3"
5     PBUILD="r1"
6    
7     PCAT="dev-db"
8    
9     DESCRIPTION="A schema-less, ldap like, API and database."
10     HOMEPAGE="http://ldb.samba.org/"
11    
12     DEPEND=">= dev-libs/popt-1.16
13     >= dev-libs/talloc-2.1
14     >= dev-libs/tevent-0.9
15     >= dev-db/tdb-1.3
16     >= dev-db/lmdb-0.9"
17    
18 niro 31770 SDEPEND=">= dev-lang/python-2.7
19     >= dev-util/cmocka-1.1
20     >= app-text/docbook-xsl-stylesheets-1.76"
21 niro 31768
22     SRCFILE="${PNAME}-${PVER}.tar.gz"
23     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25     sminclude multilib mbuild
26    
27     SRC_URI=(
28     http://www.samba.org/ftp/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"
33    
34     src_compile()
35     {
36     mconfigure \
37     --disable-rpath \
38     --disable-rpath-install \
39     --bundled-libraries=NONE \
40     --builtin-libraries=replace \
41     --with-modulesdir=/usr/'$(mlibdir)'/ldb/modules \
42     --with-privatelibdir=/usr/'$(mlibdir)'/ldb \
43     || die
44    
45     mmake || die
46     }