wok annotate freetds-dev/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents
children 129bb5b11a7e
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@1183 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1183 9 WEB_SITE="http://www.freetds.org/"
pascal@1183 10 WANTED="freetds"
pascal@1183 11
pascal@1183 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1183 13 genpkg_rules()
pascal@1183 14 {
pascal@1183 15 mkdir -p $fs/usr/lib
pascal@1183 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
pascal@1183 17 cp -a $_pkg/usr/include $fs/usr
pascal@1183 18 }