mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libvdpau-sunxi-git.
This commit is contained in:
parent
51575ab05a
commit
ef2bd1723f
1 changed files with 19 additions and 0 deletions
19
srcpkgs/libvdpau-sunxi-git/template
Normal file
19
srcpkgs/libvdpau-sunxi-git/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libvdpau-sunxi-git'
|
||||||
|
pkgname=libvdpau-sunxi-git
|
||||||
|
version=20140127
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libvdpau-devel"
|
||||||
|
short_desc="Experimental VDPAU for Allwinner sunxi SoCs"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="https://github.com/linux-sunxi/libvdpau-sunxi"
|
||||||
|
|
||||||
|
only_for_archs="armv7l"
|
||||||
|
provides="libvdpau-sunxi-1.0_1"
|
||||||
|
replaces="libvdpau-sunix>=0"
|
||||||
|
|
||||||
|
do_fetch() {
|
||||||
|
git clone git://github.com/linux-sunxi/libvdpau-sunxi ${pkgname}-${version}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue