Magellan Linux

Contents of /branches/R11-unstable/extras/unixodbc/unixodbc-2.3.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32389 - (show annotations) (download)
Mon Apr 29 12:25:48 2019 UTC (5 years ago) by niro
File size: 664 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="unixodbc"
4 PVER="2.3.7"
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-6.1
13 >= sys-libs/readline-8.0
14 >= sys-libs/libltdl-2.4"
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 | highesttarball 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 }