Magellan Linux

Contents of /branches/magellan-next/extras/libiodbc/libiodbc-3.52.7-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8507 - (show annotations) (download)
Wed Jul 20 16:07:58 2011 UTC (12 years, 9 months ago) by niro
File size: 655 byte(s)
auto added: ver bump to 3.52.7-r3
1 # $Id$
2
3 PNAME="libiodbc"
4 PVER="3.52.7"
5 PBUILD="r3"
6
7 PCATEGORIE="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 mconfigure --with-layout=gentoo --disable-gui || die
33 mmake -j1 || die
34 }