Magellan Linux

Annotation of /trunk/extras/unixodbc/unixodbc-2.2.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2149 - (hide annotations) (download)
Fri Jul 3 21:47:14 2009 UTC (15 years, 2 months ago) by niro
File size: 596 byte(s)
auto added: ver bump to 2.2.14-r1
1 niro 2149 # $Id$
2    
3     PNAME="unixodbc"
4     PVER="2.2.14"
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.0"
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     src_compile()
27     {
28     cd ${SRCDIR}
29    
30     mconfigure \
31     --sysconfdir=/etc/${PNAME} \
32     --enable-static \
33     --enable-fdb \
34     --enable-gui=no \
35     || die
36    
37     mmake -j1 || die
38     }

Properties

Name Value
svn:keywords Id