Magellan Linux

Contents of /branches/magellan-next/core/unixodbc/unixodbc-2.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6727 - (show annotations) (download)
Wed Sep 22 10:16:08 2010 UTC (13 years, 7 months ago) by niro
File size: 718 byte(s)
auto added: ver bump to 2.3.0-r1
1 # $Id: unixodbc-2.2.14-r2.smage2 3808 2009-11-04 10:54:51Z niro $
2
3 PNAME="unixodbc"
4 PVER="2.3.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-db"
8 STATE="unstable"
9
10 DESCRIPTION="The definitive standard for ODBC on non MS Windows platforms."
11 HOMEPAGE="http://www.unixodbc.org/"
12
13 DEPEND=">= sys-libs/ncurses-5.7
14 >= sys-libs/readline-6.1"
15
16 SRCFILE="unixODBC-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/unixODBC-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://www.unixodbc.org/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE}/download.html | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 --sysconfdir=/etc/${PNAME} \
34 --enable-static \
35 --enable-fdb \
36 --enable-gui=no \
37 || die
38
39 mmake -j1 || die
40 }