Magellan Linux

Annotation of /trunk/extras/unixodbc/unixodbc-2.2.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 699 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/unixodbc/unixodbc-2.2.12-r2.smage2,v 1.1 2008/03/15 22:06:34 niro Exp $
2    
3     PNAME="unixodbc"
4     PVER="2.2.12"
5     PBUILD="r2"
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.6
14     >= sys-libs/readline-5.2"
15    
16     SRCFILE="unixODBC-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/unixODBC-${PVER}"
18    
19     sminclude mbuild mtools
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