xorg/xorg-xvinfo/Pkgfile

19 lines
371 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
# Depends on: xorg-libxv
2006-12-03 10:53:35 +01:00
name=xorg-xvinfo
2019-02-20 17:33:25 +01:00
version=1.1.4
release=1
source=(https://www.x.org/releases/individual/app/xvinfo-$version.tar.bz2)
2006-12-03 10:53:35 +01:00
build() {
cd xvinfo-$version
./configure --prefix=/usr
2006-12-03 10:53:35 +01:00
make
make DESTDIR=$PKG install
}