wok-6.x view libzdb-dev/receipt @ rev 16733
Up: php modules (5.5.13)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jun 03 01:07:29 2014 +0200 (2014-06-03) |
parents | |
children | fc9203de5ff2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libzdb-dev"
4 VERSION="3.0"
5 CATEGORY="development"
6 SHORT_DESC="Devel headers for Zild Database Library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.tildeslash.com/libzdb/"
10 #HOST_ARCH="i486 arm"
12 WANTED="libzdb"
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/include ${fs}/usr
19 cp -a ${install}/usr/lib/*.*a ${fs}/usr/lib
20 cp -a ${install}/usr/lib/pkgconfig ${fs}/usr/lib
21 }