wok-next view libva-intel-driver/receipt @ rev 19879

qemacs: does not need gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 04 18:36:44 2017 +0200 (2017-10-04)
parents 953234057bb6
children 1202145ed4ea
line source
1 # SliTaz package receipt.
3 PACKAGE="libva-intel-driver"
4 VERSION="1.7.1"
5 CATEGORY="x-window"
6 SHORT_DESC="VA Intel driver"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/vaapi/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.freedesktop.org/software/vaapi/releases/$PACKAGE/$TARBALL"
14 DEPENDS="libdrm libdrm-intel xorg-libpciaccess"
15 BUILD_DEPENDS="autoconf automake libtool python libdrm-dev libva-dev \
16 xorg-libpciaccess-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 autoreconf -fi &&
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 copy *.so
34 }