wok-next diff osinfo-db/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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/osinfo-db/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="osinfo-db"
     1.7 +VERSION="20180514"
     1.8 +CATEGORY="database"
     1.9 +SHORT_DESC="Osinfo database of information about operating systems for \
    1.10 +virtualization provisioning tools"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="https://libosinfo.org/"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 +WGET_URL="https://releases.pagure.org/libosinfo/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="osinfo-db-tools"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	cp $SRC/$TARBALL $src
    1.22 +	osinfo-db-import --root "$install" --system $TARBALL
    1.23 +}
    1.24 +
    1.25 +genpkg_rules() {
    1.26 +	copy @std
    1.27 +}