wok-6.x view freetds-dev/receipt @ rev 22268
updated xorg-xf86-input-void (1.4.0 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 10:33:41 2019 +0100 (2019-11-13) |
parents | 7b3764f928eb |
children | 9358cf58d82f |
line source
1 # SliTaz package receipt.
3 PACKAGE="freetds-dev"
4 VERSION="0.82"
5 CATEGORY="development"
6 SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freetds.org/"
10 WANTED="freetds"
12 DEPENDS="freetds"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }