wok annotate openvswitch-dev/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 848e2021d813
children
rev   line source
pascal@18478 1 # SliTaz package receipt.
pascal@18478 2
pascal@18478 3 PACKAGE="openvswitch-dev"
Hans-G?nter@25077 4 VERSION="2.17.1"
pascal@18478 5 CATEGORY="development"
Hans-G?nter@25077 6 SHORT_DESC="Multilayer virtual switch - development files."
pascal@18478 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18478 8 LICENSE="Apache"
Hans-G?nter@25077 9 WEB_SITE="https://www.openvswitch.org/"
Hans-G?nter@25077 10
Hans-G?nter@25077 11 DEPENDS="openvswitch pkg-config"
pascal@18478 12 WANTED="openvswitch"
pascal@18478 13
pascal@18478 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18478 15 genpkg_rules()
pascal@18478 16 {
Hans-G?nter@25077 17 cook_copy_folders include
Hans-G?nter@25077 18 cook_copy_folders lib
pascal@18478 19 }