xorg/xorg-xvinfo/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
371 B
Plaintext

# Description: X-Video information utility
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxv
name=xorg-xvinfo
version=1.1.4
release=1
source=(https://www.x.org/releases/individual/app/xvinfo-$version.tar.bz2)
build() {
cd xvinfo-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}