wok view libdb-cxx/receipt @ rev 18730

Quote root dir in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 20 15:13:45 2015 +0100 (2015-12-20)
parents
children 3212f89e747f
line source
1 # SliTaz package receipt.
3 PACKAGE="libdb-cxx"
4 VERSION="5.3.21"
5 CATEGORY="misc"
6 SHORT_DESC="Berkeley database libraries (C++ support)."
7 MAINTAINER="al.bobylev@gmail.com"
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="glibc-base"
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/libdb_cxx-*so $fs/usr/lib
20 }