wok view xvidcore-dev/receipt @ rev 23681

Up libsvn (1.13.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 26 15:38:37 2020 +0000 (2020-04-26)
parents 410afe495014
children 983b132bc56b
line source
1 # SliTaz package receipt.
3 PACKAGE="xvidcore-dev"
4 VERSION="1.3.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="XviD, a high performance and quality MPEG-4 video de- and encoding solution - development files."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xvid.com/"
11 DEPENDS="xvidcore"
12 WANTED="xvidcore"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/*.a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }