xorg/xorg-libxv/Pkgfile

19 lines
433 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Video 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-videoproto
name=xorg-libxv
2013-06-23 12:50:05 +02:00
version=1.0.9
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/libXv-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXv-$version
2007-01-23 21:03:29 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}