xorg-windowswmproto: removed.

This commit is contained in:
Tilman Sauerbeck 2007-09-09 15:37:15 +02:00
parent 05291f90c6
commit 31190e8c8d
3 changed files with 0 additions and 27 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/X11/
drwxr-xr-x root/root usr/include/X11/extensions/
-rw-r--r-- root/root usr/include/X11/extensions/windowswm.h
-rw-r--r-- root/root usr/include/X11/extensions/windowswmstr.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/windowswmproto.pc

View File

@ -1 +0,0 @@
ed5416cf7e2ba6e66641c88f12768c0c windowswmproto-1.0.3.tar.bz2

View File

@ -1,17 +0,0 @@
# Description: xorg proto windowswmproto
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-windowswmproto
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/windowswmproto-$version.tar.bz2)
build() {
cd windowswmproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}