wok-current view x265-dev/receipt @ rev 25449

BootProg/boot32.asm: floppy chs support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 16:35:46 2022 +0000 (2022-09-12)
parents 64085bdff041
children 3ad63c8fc2f9
line source
1 # SliTaz package receipt.
3 PACKAGE="x265-dev"
4 VERSION="3.5"
5 CATEGORY="development"
6 MAINTAINER="pascal.bellard@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="x265 - development files."
9 WEB_SITE="https://www.videolan.org/developers/x265.html"
11 DEPENDS="x265 pkg-config"
12 WANTED="x265"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }