xorg-xvinfo: updated to 1.0.2.

This commit is contained in:
Tilman Sauerbeck 2007-08-17 15:52:52 +02:00
parent 6e038f1288
commit 951f5a4a5b
3 changed files with 4 additions and 4 deletions

View File

@ -3,4 +3,4 @@ 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
-rw-r--r-- root/root usr/man/man1/xvinfo.1.gz

View File

@ -1 +1 @@
0a5bd8e43de6eb8ff5b5bc673204401d xvinfo-1.0.1.tar.bz2
e1e318436f49e2f0f3764593dadd9ad2 xvinfo-1.0.2.tar.bz2

View File

@ -4,14 +4,14 @@
# Depends on: xorg-libx11, xorg-libxv
name=xorg-xvinfo
version=1.0.1
version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xvinfo-$version.tar.bz2)
build() {
cd xvinfo-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install