xorg/xorg-xvinfo/Pkgfile

19 lines
412 B
Plaintext
Raw Normal View History

2006-12-03 10:53:35 +01:00
# Description: X-Video information utility
# URL: http://xorg.freedesktop.org
2012-07-15 21:42:49 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-12-03 10:53:35 +01:00
# Depends on: xorg-libx11, xorg-libxv
name=xorg-xvinfo
2011-01-07 15:24:17 +01:00
version=1.1.1
2006-12-03 10:53:35 +01:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2)
build() {
cd xvinfo-$version
2007-08-17 15:52:52 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-12-03 10:53:35 +01:00
make
make DESTDIR=$PKG install
}