xorg/xorg-xvinfo/Pkgfile

19 lines
370 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.5
release=1
source=(https://www.x.org/releases/individual/app/xvinfo-$version.tar.xz)
build() {
cd xvinfo-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}