xorg/xorg-libxvmc/Pkgfile

21 lines
423 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Video Motion Compensation extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2015-04-27 16:25:41 +02:00
# Depends on: xorg-libxv
2006-04-07 18:48:00 +02:00
name=xorg-libxvmc
2019-03-17 14:43:20 +01:00
version=1.0.11
2006-04-07 18:48:00 +02:00
release=1
source=(https://www.x.org/releases/individual/lib/libXvMC-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXvMC-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2009-10-19 19:41:15 +02:00
rm -r $PKG/usr/share
2006-04-07 18:48:00 +02:00
}