wok view xvidcore-dev/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
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 }