wok-current view unixODBC-dev/receipt @ rev 25729
Merge wok for both arch and few updates (again)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:52:36 2024 +0000 (5 weeks ago) |
parents | a23978bfa665 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="unixODBC-dev"
4 VERSION="2.3.11"
5 CATEGORY="development"
6 SHORT_DESC="ODBC for unix - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.unixodbc.org/"
11 DEPENDS="unixODBC"
12 WANTED="unixODBC"
14 HOST_ARCH="i486 arm x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
21 # Ensure remove .la files
22 find $fs -name "*.la" -delete
23 }