wok view xvidcore-dev/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-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 }