wok view sqlite-dev/receipt @ rev 2282

cups: disable pam support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 11:09:54 2009 +0000 (2009-02-19)
parents db94d2fede44
children 754fdb94b0c0
line source
1 # SliTaz package receipt.
3 PACKAGE="sqlite-dev"
4 VERSION="3.6.10"
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 }