Contents of /branches/R11-stable/extras/tdb/tdb-1.3.4-r1.smage2
Parent Directory | Revision Log
Revision 23586 -
(show annotations)
(download)
Fri Jan 16 08:43:15 2015 UTC (9 years, 9 months ago) by niro
Original Path: trunk/extras/tdb/tdb-1.3.4-r1.smage2
File size: 565 byte(s)
Fri Jan 16 08:43:15 2015 UTC (9 years, 9 months ago) by niro
Original Path: trunk/extras/tdb/tdb-1.3.4-r1.smage2
File size: 565 byte(s)
-removed deprecated patches
1 | # $Id$ |
2 | |
3 | PNAME="tdb" |
4 | PVER="1.3.4" |
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 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
15 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
16 | |
17 | sminclude multilib |
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/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz" |
25 | |
26 | src_compile() |
27 | { |
28 | mconfigure --disable-rpath --disable-python || die |
29 | mmake || die |
30 | } |