31 lines
918 B
Text
31 lines
918 B
Text
# Template file for 'libiodbc'
|
|
pkgname=libiodbc
|
|
version=3.52.10
|
|
revision=1
|
|
hostmakedepends="chrpath"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --disable-gui
|
|
--disable-libodbc --includedir=/usr/include/libiodbc"
|
|
short_desc="Independent Open DataBase Connectivity"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/"
|
|
distfiles="${SOURCEFORGE_SITE}/iodbc/${pkgname}-${version}.tar.gz"
|
|
checksum=1568b42b4e97f36110af661d39bfea7d94ac4ff020014574b16a7199f068e11f
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/libiodbc
|
|
chrpath -d ${DESTDIR}/usr/bin/iodbctest{,w}
|
|
}
|
|
|
|
libiodbc-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/bin/iodbc-config
|
|
vmove usr/share/man/man1/iodbc-config.1
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|