Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/tdb/tdb-1.3.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12386 - (show annotations) (download)
Mon Sep 3 13:28:22 2018 UTC (5 years, 7 months ago) by niro
File size: 679 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="tdb"
4 PVER="1.3.16"
5 PBUILD="r1"
6
7 PCAT="dev-db"
8
9 DESCRIPTION="A Trivia Database similar to GDBM but allows simultaneous commits."
10 HOMEPAGE="http://tdb.samba.org/"
11
12 DEPEND=">= virtual/glibc"
13
14 SDEPEND=">= dev-lang/python-2.7
15 >= app-text/docbook-xsl-stylesheets-1.76"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
21 sminclude multilib mbuild alx-split
22
23 SRC_URI=(
24 http://www.samba.org/ftp/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"
29
30 src_compile()
31 {
32 mconfigure --disable-rpath || die
33 mmake || die
34 }