wok-6.x annotate x265-dev/receipt @ rev 25424

updated x265 and x265-dev (3.2 -> 3.5)
author Hans-G?nter Theisgen
date Thu Aug 18 16:24:15 2022 +0100 (22 months ago)
parents 64085bdff041
children
rev   line source
pascal@19138 1 # SliTaz package receipt.
pascal@19138 2
pascal@19138 3 PACKAGE="x265-dev"
Hans-G?nter@25424 4 VERSION="3.5"
pascal@19138 5 CATEGORY="development"
pascal@19138 6 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19138 7 LICENSE="GPL2"
Hans-G?nter@22145 8 SHORT_DESC="x265 - development files."
Hans-G?nter@22145 9 WEB_SITE="https://www.videolan.org/developers/x265.html"
pascal@19138 10
pascal@19138 11 DEPENDS="x265 pkg-config"
Hans-G?nter@22145 12 WANTED="x265"
pascal@19138 13
pascal@19138 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19138 15 genpkg_rules()
pascal@19138 16 {
Hans-G?nter@25424 17 get_dev_files
pascal@19138 18 }