Magellan Linux

Annotation of /branches/magellan-next/core/tdb/tdb-1.2.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8167 - (hide annotations) (download)
Tue Jul 12 22:22:37 2011 UTC (12 years, 10 months ago) by niro
File size: 533 byte(s)
auto added: ver bump to 1.2.9-r1
1 niro 8167 # $Id$
2    
3     PNAME="tdb"
4     PVER="1.2.9"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-db"
8    
9     DESCRIPTION="A Trivia Database similar to GDBM but allows simultaneous commits."
10     HOMEPAGE="http://tdb.samba.org/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     http://www.samba.org/ftp/${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd 'http://www.samba.org/ftp/tdb/?C=M;O=A' | lasttarball gz"
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     mconfigure --disable-python || die
30     mmake || die
31     }