diff --git a/xorg-glamor-egl/.footprint b/xorg-glamor-egl/.footprint deleted file mode 100644 index a012070a..00000000 --- a/xorg-glamor-egl/.footprint +++ /dev/null @@ -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 diff --git a/xorg-glamor-egl/.md5sum b/xorg-glamor-egl/.md5sum deleted file mode 100644 index e65efc41..00000000 --- a/xorg-glamor-egl/.md5sum +++ /dev/null @@ -1 +0,0 @@ -b3668594675f71a75153ee52dbd35535 glamor-egl-0.6.0.tar.bz2 diff --git a/xorg-glamor-egl/Pkgfile b/xorg-glamor-egl/Pkgfile deleted file mode 100644 index f646799a..00000000 --- a/xorg-glamor-egl/Pkgfile +++ /dev/null @@ -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 -}