wok view libtdb-dev/receipt @ rev 20416
xl2tpd: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 02 22:31:30 2018 +0200 (2018-08-02) |
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 }