summaryrefslogtreecommitdiffstats
path: root/base/libvdpau/Pkgfile
blob: 081aa4bd2c9eab844b493b39d1eb3211fe7d473c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Nvidia VDPAU lib
# URL: http://cgit.freedesktop.org/~aplattner/libvdpau
# Maintainer: NutyX core team
# Packager: lesibel at free dot fr
# Depends on: 

name=libvdpau
version=0.4
release=1

source=(http://people.freedesktop.org/~aplattner/vdpau/$name-$version.tar.gz ) 

build() {
  cd $name-$version

  ./configure --prefix=/usr
  make -j5
  make DESTDIR=$PKG install 

  install -d -m755 $PKG/usr/share/licenses/$name
  install -m644 COPYING $PKG/usr/share/licenses/$name
}