xorg-xvinfo: initial release

This commit is contained in:
Tilman Sauerbeck 2006-12-03 10:53:35 +01:00
parent a70dbe9ad6
commit 38c0b297d3
3 changed files with 25 additions and 0 deletions

6
xorg-xvinfo/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xvinfo
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xvinfo.1x.gz

1
xorg-xvinfo/.md5sum Normal file
View File

@ -0,0 +1 @@
0a5bd8e43de6eb8ff5b5bc673204401d xvinfo-1.0.1.tar.bz2

18
xorg-xvinfo/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: X-Video information utility
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-libx11, xorg-libxv
name=xorg-xvinfo
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2)
build() {
cd xvinfo-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}