Magellan Linux

Annotation of /branches/magellan-next/extras/libiodbc/libiodbc-3.52.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6817 - (hide annotations) (download)
Wed Sep 22 17:10:24 2010 UTC (13 years, 7 months ago) by niro
File size: 725 byte(s)
auto added: ver bump to 3.52.7-r2
1 niro 6817 # $Id: libiodbc-3.52.7-r1.smage2 4861 2010-02-12 13:45:58Z niro $
2    
3     PNAME="libiodbc"
4     PVER="3.52.7"
5     PBUILD="r2"
6    
7     PCATEGORIE="dev-db"
8     STATE="unstable"
9    
10     DESCRIPTION="ODBC Interface for Linux."
11     HOMEPAGE="http://www.iodbc.org/"
12    
13     DEPEND=">= sys-libs/ncurses-5.7
14     >= sys-libs/readline-6.1"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     http://www.iodbc.org/downloads/iODBC/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads | firsttarball gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     # using gentoo dir location, fits our distribution well
33     mconfigure --with-layout=gentoo --disable-gui || die
34     mmake -j1 || die
35     }