wok annotate freetds-dev/receipt @ rev 19091
Add brower-html5 virtual package
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 10:11:21 2016 +0200 (2016-05-01) |
parents | 129bb5b11a7e |
children | addb674a634f |
rev | line source |
---|---|
pascal@1183 | 1 # SliTaz package receipt. |
pascal@1183 | 2 |
pascal@1183 | 3 PACKAGE="freetds-dev" |
pascal@1183 | 4 VERSION="0.82" |
pascal@1183 | 5 CATEGORY="development" |
pascal@1183 | 6 SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries." |
pascal@1183 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15154 | 8 LICENSE="GPL2" |
pascal@1183 | 9 WEB_SITE="http://www.freetds.org/" |
pascal@1183 | 10 WANTED="freetds" |
pascal@1183 | 11 |
pascal@15154 | 12 DEPENDS="freetds" |
pascal@15154 | 13 |
pascal@1183 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1183 | 15 genpkg_rules() |
pascal@1183 | 16 { |
pascal@1183 | 17 mkdir -p $fs/usr/lib |
pascal@15154 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15154 | 19 cp -a $install/usr/include $fs/usr |
pascal@1183 | 20 } |