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

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
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 }