Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/tdb/tdb-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15575 - (hide annotations) (download)
Thu Sep 10 12:33:11 2020 UTC (3 years, 8 months ago) by niro
File size: 679 byte(s)
-release branches/alx07x-stable
1 niro 15343 # $Id$
2    
3     PNAME="tdb"
4     PVER="1.4.3"
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 niro 15344 SDEPEND=">= dev-lang/python3-3.7
15 niro 15343 >= 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     }