wok annotate xvidcore-dev/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 410afe495014
children 983b132bc56b
rev   line source
devl547@5630 1 # SliTaz package receipt.
devl547@5630 2
devl547@5630 3 PACKAGE="xvidcore-dev"
Hans-G?nter@22316 4 VERSION="1.3.5"
devl547@5630 5 CATEGORY="multimedia"
Hans-G?nter@22316 6 SHORT_DESC="XviD, a high performance and quality MPEG-4 video de- and encoding solution - development files."
devl547@5630 7 MAINTAINER="devl547@gmail.com"
pascal@15579 8 LICENSE="GPL2"
Hans-G?nter@22316 9 WEB_SITE="https://www.xvid.com/"
pankso@16121 10
slaxemulator@10241 11 DEPENDS="xvidcore"
Hans-G?nter@22316 12 WANTED="xvidcore"
Hans-G?nter@22316 13
Hans-G?nter@22316 14 HOST_ARCH="i486 arm"
devl547@5630 15
devl547@5630 16 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5630 17 genpkg_rules()
devl547@5630 18 {
devl547@5630 19 mkdir -p $fs/usr/lib
Hans-G?nter@22316 20
Hans-G?nter@22316 21 cp -a $install/usr/lib/*.a $fs/usr/lib
Hans-G?nter@22316 22 cp -a $install/usr/include $fs/usr
devl547@5630 23 }