wok-6.x view sqlite-dev/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents 7b63a08dff3f
children 9b467e60ded0
line source
1 # SliTaz package receipt.
3 PACKAGE="sqlite-dev"
4 _amalgamationver=3070900
5 _amalgamationver2=${_amalgamationver/00/}
6 VERSION="${_amalgamationver2//0/.}"
7 CATEGORY="development"
8 SHORT_DESC="Small SQL database engine devel files."
9 MAINTAINER="pankso@slitaz.org"
10 DEPENDS="sqlite"
11 WANTED="sqlite"
12 WEB_SITE="http://www.sqlite.org/"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }