wok view freetds-dev/receipt @ rev 6213

Up: seamonkey to 2.0.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 12:27:43 2010 +0000 (2010-09-11)
parents
children 129bb5b11a7e
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.freetds.org/"
10 WANTED="freetds"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }