wok view ffmpeg-compat-dev/receipt @ rev 22484
updated apache, apache-dev and apache-doc (2.4.16 -> 2.4.41)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 30 17:12:55 2019 +0100 (2019-12-30) |
parents | d716e8d59284 |
children | 98b83f586ee5 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ffmpeg-compat-dev"
4 VERSION="0.10.12"
5 CATEGORY="development"
6 SHORT_DESC="Devel files for ffmpeg-compat (used to build enna)"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://ffmpeg.org/"
10 WANTED="ffmpeg-compat"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }