wok view xvidcore-dev/receipt @ rev 5833

Up: xfce4-settings (4.6.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 08:08:20 2010 +0200 (2010-07-16)
parents
children c87bd29ce293
line source
1 # SliTaz package receipt.
3 PACKAGE="xvidcore-dev"
4 VERSION="1.2.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
7 MAINTAINER="devl547@gmail.com"
8 WEB_SITE="http://www.xvid.org"
9 WANTED="xvidcore"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/lib/*.a $fs/usr/lib
16 cp -a ../xvidcore/xvidcore/build/generic/_pkg/usr/include $fs/usr
17 }