wok-next diff osinfo-db-tools/receipt @ rev 21602
updated dstat (0.7.3 -> 0.7.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 15:19:05 2020 +0100 (2020-06-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/osinfo-db-tools/receipt Wed Jun 24 15:19:05 2020 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="osinfo-db-tools" 1.7 +VERSION="1.1.0" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Tools for managing the osinfo database" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://libosinfo.org/" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="https://releases.pagure.org/libosinfo/$TARBALL" 1.16 + 1.17 +BUILD_DEPENDS="intltool libxslt-dev libarchive-dev" 1.18 + 1.19 +compile_rules() { 1.20 + ./configure $CONFIGURE_ARGS && 1.21 + fix libtool && 1.22 + make && 1.23 + make install 1.24 +} 1.25 + 1.26 +genpkg_rules() { 1.27 + copy @std 1.28 + DEPENDS="glib libarchive libxml2" 1.29 +}