xorg-xproxymanagementprotocol: removed.

This commit is contained in:
Tilman Sauerbeck 2009-05-10 11:48:25 +02:00
parent 144d3440c8
commit c6a1dbaefd
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/PM/
-rw-r--r-- root/root usr/include/X11/PM/PM.h
-rw-r--r-- root/root usr/include/X11/PM/PMproto.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xproxymngproto.pc

View File

@ -1 +0,0 @@
d28007a50976204960fc1fc07b4ca093 xproxymanagementprotocol-1.0.2.tar.bz2

View File

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