wok view libtdb-dev/receipt @ rev 21965

updated squirrelmail-msg_flags (1.4.15a-1.4.3 -> 1.4.20-1.4.3)
author Hans-G?nter Theisgen
date Thu Oct 10 16:37:05 2019 +0100 (2019-10-10)
parents f5e828c7da09
children d00b342c54b5
line source
1 # SliTaz package receipt.
3 PACKAGE="libtdb-dev"
4 VERSION="1.2.9"
5 CATEGORY="development"
6 SHORT_DESC="devlopment files for libtdb"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://tdb.samba.org/"
10 WANTED="libtdb"
12 DEPENDS="libtdb pkg-config"
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/local/include $fs/usr
19 cp -a $install/usr/local/lib/pkgconfig $fs/usr/lib
20 }