wok-next annotate osinfo-db-tools/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents
children
rev   line source
al@20684 1 # SliTaz package receipt v2.
al@20684 2
al@20684 3 PACKAGE="osinfo-db-tools"
al@20684 4 VERSION="1.1.0"
al@20684 5 CATEGORY="utilities"
al@20684 6 SHORT_DESC="Tools for managing the osinfo database"
al@20684 7 MAINTAINER="al.bobylev@gmail.com"
al@20684 8 LICENSE="GPL2"
al@20684 9 WEB_SITE="https://libosinfo.org/"
al@20684 10
al@20684 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20684 12 WGET_URL="https://releases.pagure.org/libosinfo/$TARBALL"
al@20684 13
al@20684 14 BUILD_DEPENDS="intltool libxslt-dev libarchive-dev"
al@20684 15
al@20684 16 compile_rules() {
al@20684 17 ./configure $CONFIGURE_ARGS &&
al@20684 18 fix libtool &&
al@20684 19 make &&
al@20684 20 make install
al@20684 21 }
al@20684 22
al@20684 23 genpkg_rules() {
al@20684 24 copy @std
al@20684 25 DEPENDS="glib libarchive libxml2"
al@20684 26 }