libdrm: removed, the port in opt is up to date now

This commit is contained in:
Tilman Sauerbeck 2006-04-08 21:43:54 +02:00
parent 2c51689643
commit 52bdacd9c4
3 changed files with 0 additions and 42 deletions

View File

@ -1,24 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/drm/
-rw-r--r-- root/root usr/include/drm/drm.h
-rw-r--r-- root/root usr/include/drm/drm_sarea.h
-rw-r--r-- root/root usr/include/drm/i915_drm.h
-rw-r--r-- root/root usr/include/drm/mach64_drm.h
-rw-r--r-- root/root usr/include/drm/mga_drm.h
-rw-r--r-- root/root usr/include/drm/r128_drm.h
-rw-r--r-- root/root usr/include/drm/r300_reg.h
-rw-r--r-- root/root usr/include/drm/radeon_drm.h
-rw-r--r-- root/root usr/include/drm/savage_drm.h
-rw-r--r-- root/root usr/include/drm/sis_drm.h
-rw-r--r-- root/root usr/include/drm/via_3d_reg.h
-rw-r--r-- root/root usr/include/drm/via_drm.h
-rw-r--r-- root/root usr/include/xf86drm.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdrm.a
-rwxr-xr-x root/root usr/lib/libdrm.la
lrwxrwxrwx root/root usr/lib/libdrm.so -> libdrm.so.2.0.0
lrwxrwxrwx root/root usr/lib/libdrm.so.2 -> libdrm.so.2.0.0
-rwxr-xr-x root/root usr/lib/libdrm.so.2.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libdrm.pc

View File

@ -1 +0,0 @@
9518db08c3b4264efd1caf7be31a9659 libdrm-2.0.1.tar.bz2

View File

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