Magellan Linux

Contents of /smage/trunk/extras/tdb/tdb-1.3.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9628 - (show annotations) (download)
Mon Jul 31 08:32:22 2017 UTC (6 years, 8 months ago) by niro
File size: 672 byte(s)
auto added: ver bump to 1.3.14-r1
1 # $Id$
2
3 PNAME="tdb"
4 PVER="1.3.14"
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 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 }