xorg-glamor-egl: removed deprecated port

This commit is contained in:
Fredrik Rinnestam 2014-07-19 16:46:59 +02:00
parent 7ba115f44e
commit 4bc41ad0f5
3 changed files with 0 additions and 37 deletions

@ -1,20 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/xorg/
-rw-r--r-- root/root usr/include/xorg/glamor.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libglamor.la
lrwxrwxrwx root/root usr/lib/libglamor.so -> libglamor.so.0.0.0
lrwxrwxrwx root/root usr/lib/libglamor.so.0 -> libglamor.so.0.0.0
-rwxr-xr-x root/root usr/lib/libglamor.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/glamor-egl.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glamor.pc
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.la
-rwxr-xr-x root/root usr/lib/xorg/modules/libglamoregl.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
-rw-r--r-- root/root usr/share/X11/xorg.conf.d/glamor.conf

@ -1 +0,0 @@
b3668594675f71a75153ee52dbd35535 glamor-egl-0.6.0.tar.bz2

@ -1,16 +0,0 @@
# Description: GL-based rendering acceleration library for X server
# URL: http://www.freedesktop.org/wiki/Software/Glamor/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa3d, xorg-libxcb
name=xorg-glamor-egl
version=0.6.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/glamor-egl-$version.tar.bz2)
build() {
cd glamor-egl-$version
./configure --prefix=/usr --enable-glx-tls
make
make DESTDIR=$PKG install
}