summaryrefslogtreecommitdiff
path: root/libdrm
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libdrm
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'libdrm')
-rw-r--r--libdrm/.footprint24
-rw-r--r--libdrm/.md5sum1
-rw-r--r--libdrm/Pkgfile17
3 files changed, 42 insertions, 0 deletions
diff --git a/libdrm/.footprint b/libdrm/.footprint
new file mode 100644
index 000000000..6787571c9
--- /dev/null
+++ b/libdrm/.footprint
@@ -0,0 +1,24 @@
+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
diff --git a/libdrm/.md5sum b/libdrm/.md5sum
new file mode 100644
index 000000000..df77f923f
--- /dev/null
+++ b/libdrm/.md5sum
@@ -0,0 +1 @@
+9d1aab104eb757ceeb2c1a6d38d57411 libdrm-2.0.tar.gz
diff --git a/libdrm/Pkgfile b/libdrm/Pkgfile
new file mode 100644
index 000000000..644ca7855
--- /dev/null
+++ b/libdrm/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Userspace interface to kernel DRM services
+# URL: http://dri.freedesktop.org/
+# Maintainer: sten, nick dot steeves at shaw dot ca
+# Packager:
+
+name=libdrm
+version=2.0
+release=1
+source=(http://dri.freedesktop.org//libdrm/libdrm-2.0.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit