wok-next view tdb/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tdb"
4 VERSION="1.3.16"
5 CATEGORY="misc"
6 SHORT_DESC="A trivial database"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="https://tdb.samba.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.samba.org/ftp/tdb/$TARBALL"
13 TARBALL_SHA1="13b369b92d4cdc8057d90fc2b79657c9f5b72ec6"
15 BUILD_DEPENDS="python-dev libxslt-dev docbook-xsl"
16 SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
18 COPY_python="python*/"
20 DEPENDS_python="$PACKAGE python"
21 DEPENDS_std="attr"
23 compile_rules() {
24 # site script isn't used
25 ./configure \
26 --prefix=/usr \
27 --localstatedir=/var \
28 --sysconfdir=/etc/samba \
29 $CONFIGURE_ARGS &&
30 make &&
31 make install || return 1
33 cook_pick_docs docs/README web/index.html
34 }