
Receipt for package "unixODBC"
# SliTaz package receipt. PACKAGE="unixODBC" VERSION="2.3.11" CATEGORY="system-tools" TAGS="database" SHORT_DESC="ODBC for unix." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="https://www.unixodbc.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" DEPENDS="libunixODBC readline" BUILD_DEPENDS="readline-dev" HOST_ARCH="i486 arm x86_64" # @maintainer: Please update also libunixODBC # What is the latest version available today? current_version() { wget -O - http://www.unixodbc.org/unixODBC.html 2>/dev/null | \ sed '/Released/!d;s|^[ \t]*||;s| .*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --sysconfdir=/etc \ --disable-gui \ $CONFIGURE_ARGS && make $MAKEFLAGS LDFLAGS="$LDFLAGS -lrt" && make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_folders etc }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)