wok-next annotate libva-intel-driver/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 5841522533ec
children
rev   line source
al@19983 1 # SliTaz package receipt v2.
al@19660 2
al@19660 3 PACKAGE="libva-intel-driver"
al@19983 4 VERSION="1.7.3"
al@19660 5 CATEGORY="x-window"
al@19660 6 SHORT_DESC="VA Intel driver"
al@19660 7 MAINTAINER="al.bobylev@gmail.com"
al@19660 8 LICENSE="other"
al@19660 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/vaapi/"
al@19660 10
al@19660 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19983 12 WGET_URL="https://www.freedesktop.org/software/vaapi/releases/$PACKAGE/$TARBALL"
al@19660 13
al@19660 14 BUILD_DEPENDS="autoconf automake libtool python libdrm-dev libva-dev \
al@20462 15 xorg-libpciaccess-dev xorg-libX11-dev"
al@19660 16
al@19983 17 compile_rules() {
al@19660 18 autoreconf -fi &&
al@19660 19
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@20595 21 fix libtool &&
al@19983 22 make &&
al@19983 23 make install
al@19660 24 }
al@19660 25
al@19983 26 genpkg_rules() {
al@20627 27 copy @std
al@20627 28 DEPENDS="libdrm libdrm-intel xorg-libpciaccess"
al@19660 29 }