wok-next view osinfo-db-tools/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="osinfo-db-tools"
4 VERSION="1.1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Tools for managing the osinfo database"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://libosinfo.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://releases.pagure.org/libosinfo/$TARBALL"
14 BUILD_DEPENDS="intltool libxslt-dev libarchive-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="glib libarchive libxml2"
26 }