Magellan Linux

Contents of /trunk/extras/tdb/tdb-1.3.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31443 - (show annotations) (download)
Thu Jul 12 08:13:51 2018 UTC (5 years, 9 months ago) by niro
File size: 632 byte(s)
auto added: ver bump to 1.3.16-r1
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 sminclude multilib mbuild
21
22 SRC_URI=(
23 http://www.samba.org/ftp/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"
28
29 src_compile()
30 {
31 mconfigure --disable-rpath || die
32 mmake || die
33 }