wok-6.x view db-dev/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | 24033cc7961e |
children | 6e8b1bcb30e2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="db-dev"
4 VERSION="6.2.23"
5 CATEGORY="development"
6 SHORT_DESC="Berkeley database development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.oracle.com/technology/software/products/berkeley-db/db/"
10 WANTED="db"
11 HOST_ARCH="i486 arm"
13 DEPENDS="db"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }