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

tor update: 0.3.3.7 -> 0.3.3.10
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Oct 28 14:13:49 2018 +0000 (2018-10-28)
parents 5841522533ec
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libva-intel-driver"
4 VERSION="1.7.3"
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="https://www.freedesktop.org/software/vaapi/releases/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="autoconf automake libtool python libdrm-dev libva-dev \
15 xorg-libpciaccess-dev xorg-libX11-dev"
17 compile_rules() {
18 autoreconf -fi &&
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="libdrm libdrm-intel xorg-libpciaccess"
29 }