# SliTaz package receipt.

PACKAGE="sqlite-dev"
_amalgamationver=3070900
_amalgamationver2=${_amalgamationver/00/}
VERSION="${_amalgamationver2//0/.}"
CATEGORY="development"
SHORT_DESC="Small SQL database engine devel files."
MAINTAINER="pankso@slitaz.org"
DEPENDS="sqlite"
WANTED="sqlite"
WEB_SITE="http://www.sqlite.org/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib
	cp -a $install/usr/lib/*.*a $fs/usr/lib
	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
	cp -a $install/usr/include $fs/usr
}