wok-6.x view libunixODBC/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents 1ec8e7f04fbf
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libunixODBC"
4 VERSION="2.3.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="ODBC for unix - libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.unixodbc.org/"
11 WANTED="unixODBC"
13 HOST_ARCH="i486 arm"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.so*
19 }