parent
bb5a3040cf
commit
b222abda18
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libXvMC'
|
||||
pkgname=libXvMC
|
||||
version=1.0.12
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-malloc0returnsnull"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -14,6 +14,8 @@ distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
|||
checksum=6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
|
||||
|
||||
post_install() {
|
||||
# this file is now part of xorgproto.
|
||||
rm -f ${DESTDIR}/usr/include/X11/extensions/vldXvMC.h
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue