compat-32/libvdpau-32/Pkgfile

26 lines
717 B
Plaintext
Raw Normal View History

2014-07-09 13:37:14 +02:00
# Description: Video Decode and Presentation API for Unix provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams.
# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext-32 xorg-dri2proto-32 libvdpau
name=libvdpau-32
2015-03-18 12:48:50 +01:00
version=1.1
2015-03-15 05:41:28 +01:00
release=1
2014-07-09 13:37:14 +02:00
source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-$version.tar.gz)
build() {
cd libvdpau-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--libdir=/usr/lib32 \
--disable-dependency-tracking \
--disable-documentation
2014-07-09 13:37:14 +02:00
make
make DESTDIR=$PKG install
2014-07-09 13:59:19 +02:00
rm -r $PKG/usr/{etc,include}
2014-07-09 13:37:14 +02:00
}