void-packages/srcpkgs/libvdpau/libvdpau-devel.template

11 lines
216 B
Plaintext
Raw Normal View History

2011-11-03 07:47:08 +01:00
# Template file for 'libvdpau-devel'.
2011-11-03 07:41:30 +01:00
#
2012-09-05 09:45:48 +02:00
noarch=yes
depends="libX11-devel libvdpau>=${version}"
2011-11-03 07:41:30 +01:00
short_desc="${short_desc} - development files"
2012-09-05 09:45:48 +02:00
do_install() {
2011-11-03 07:41:30 +01:00
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}