xorg/xorg-libxvmc/Pkgfile

21 lines
459 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
2006-04-07 18:48:00 +02:00
# Depends on: xorg-libx11, xorg-libxext, xorg-libxv
name=xorg-libxvmc
version=1.0.8
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.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
}