wok view freetds-dev/receipt @ rev 16551
ttf-roboto, ttf-roboto-base: fix source paths; slitaz-i18n: now get info from tzdata and add country flags; add locale-ar; locale-**: remove stuff, small edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 29 21:37:23 2014 +0000 (2014-04-29) |
parents | 129bb5b11a7e |
children | addb674a634f |
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="http://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 }