wok view xvidcore-dev/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
parents 32a88a6f5f4f
children 410afe495014
line source
1 # SliTaz package receipt.
3 PACKAGE="xvidcore-dev"
4 VERSION="1.3.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xvid.org"
10 DEPENDS="xvidcore"
11 WANTED="xvidcore"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }