Magellan Linux

Contents of /branches/R11-stable/core/unixodbc/unixodbc-2.3.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14951 - (show annotations) (download)
Wed Jan 2 09:43:20 2013 UTC (11 years, 4 months ago) by niro
File size: 636 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="unixodbc"
4 PVER="2.3.0"
5 PBUILD="r2"
6
7 PCAT="dev-db"
8
9 DESCRIPTION="The definitive standard for ODBC on non MS Windows platforms."
10 HOMEPAGE="http://www.unixodbc.org/"
11
12 DEPEND=">= sys-libs/ncurses-5.9
13 >= sys-libs/readline-6.2"
14
15 SRCFILE="unixODBC-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/unixODBC-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.unixodbc.org/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE}/download.html | lasttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure \
32 --sysconfdir=/etc/${PNAME} \
33 --enable-static \
34 --enable-fdb \
35 --enable-gui=no \
36 || die
37
38 mmake -j1 || die
39 }