wok-6.x view sqlite-dev/receipt @ rev 509
Fix: ntpclient typo
author | "Eric Joseph-Alewandre <erjo@slitaz.org>" |
---|---|
date | Sat Apr 05 14:08:34 2008 +0200 (2008-04-05) |
parents | 3e085751bf3a |
children | 47e1fb2ba0f5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sqlite-dev"
4 VERSION="3.5.6"
5 CATEGORY="development"
6 SHORT_DESC="Small SQL database engine devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="sqlite"
9 WEB_SITE="http://www.sqlite.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }