wok-next view libvdpau/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libvdpau"
4 VERSION="1.1.1"
5 CATEGORY="x-window"
6 SHORT_DESC="VDPAU (Video Decode and Presentation API for Unix) library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/VDPAU/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#libvdpau"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://people.freedesktop.org/~aplattner/vdpau/$TARBALL"
14 TARBALL_SHA1="86516e2a962fd34f65d49115d6ddf15fd912f579"
16 BUILD_DEPENDS="libx11-dev xorgproto libxext-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="libx11 libxau libxdmcp libxext libxcb"
20 DEPENDS_dev="$PACKAGE libx11-dev libxau-dev libxdmcp-dev libxext-dev libxcb-dev"
22 compile_rules() {
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }