Magellan Linux

Contents of /branches/R11-stable/extras/libiodbc/libiodbc-3.52.7-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15217 - (show annotations) (download)
Wed Jan 2 10:58:37 2013 UTC (11 years, 4 months ago) by niro
File size: 739 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libiodbc"
4 PVER="3.52.7"
5 PBUILD="r4"
6
7 PCAT="dev-db"
8
9 DESCRIPTION="ODBC Interface for Linux."
10 HOMEPAGE="http://www.iodbc.org/"
11
12 DEPEND=">= sys-libs/ncurses-5.9
13 >= sys-libs/readline-6.2"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.iodbc.org/downloads/iODBC/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads | firsttarball gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 # using gentoo dir location, which fits our distribution well
32 # --disable-libodbc to minimize conflicts with unixODBC
33 mconfigure --with-layout=gentoo --disable-gui --disable-libodbc --enable-odbc3 || die
34 mmake -j1 || die
35 }