wok view freetds-dev/receipt @ rev 6013

PolicyKit: Update receipt
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 18:58:00 2010 +0000 (2010-08-14)
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 }