summaryrefslogtreecommitdiffstats
path: root/extra/libdrm
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:18:23 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 16:18:23 +0200
commit09694ba1a912ccf4dd3953d80ffd14eb1ddd0644 (patch)
tree2800da9d5d35d5fac85b78dd25f106f1138ae2f2 /extra/libdrm
parent8e5fc05654b7c06ce5101802c6521ddf062716e3 (diff)
downloadnutyx-extra-09694ba1a912ccf4dd3953d80ffd14eb1ddd0644.tar.gz
nutyx-extra-09694ba1a912ccf4dd3953d80ffd14eb1ddd0644.tar.bz2
nutyx-extra-09694ba1a912ccf4dd3953d80ffd14eb1ddd0644.tar.xz
nutyx-extra-09694ba1a912ccf4dd3953d80ffd14eb1ddd0644.zip
Ajout de libdrm#2.4.12-1
Diffstat (limited to 'extra/libdrm')
-rw-r--r--extra/libdrm/.footprint33
-rw-r--r--extra/libdrm/.md5sum1
-rwxr-xr-xextra/libdrm/Pkgfile22
3 files changed, 56 insertions, 0 deletions
diff --git a/extra/libdrm/.footprint b/extra/libdrm/.footprint
new file mode 100644
index 000000000..f105e27f2
--- /dev/null
+++ b/extra/libdrm/.footprint
@@ -0,0 +1,33 @@
+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_mode.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/nouveau_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/drm/xgi_drm.h
+-rw-r--r-- root/root usr/include/intel_bufmgr.h
+-rw-r--r-- root/root usr/include/xf86drm.h
+-rw-r--r-- root/root usr/include/xf86drmMode.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libdrm.la
+lrwxrwxrwx root/root usr/lib/libdrm.so -> libdrm.so.2.4.0
+lrwxrwxrwx root/root usr/lib/libdrm.so.2 -> libdrm.so.2.4.0
+-rwxr-xr-x root/root usr/lib/libdrm.so.2.4.0
+-rwxr-xr-x root/root usr/lib/libdrm_intel.la
+lrwxrwxrwx root/root usr/lib/libdrm_intel.so -> libdrm_intel.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libdrm_intel.so.1 -> libdrm_intel.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libdrm_intel.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libdrm.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/libdrm_intel.pc
diff --git a/extra/libdrm/.md5sum b/extra/libdrm/.md5sum
new file mode 100644
index 000000000..cdc17fe0a
--- /dev/null
+++ b/extra/libdrm/.md5sum
@@ -0,0 +1 @@
+15d26219c046377d5fcb1cb37e7b03a2 libdrm-2.4.12.tar.bz2
diff --git a/extra/libdrm/Pkgfile b/extra/libdrm/Pkgfile
new file mode 100755
index 000000000..b22aa783b
--- /dev/null
+++ b/extra/libdrm/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Interface espace utilisateur pour les services DRM du kernel
+# URL: http://dri.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libpthread-stubs
+
+name=libdrm
+version=2.4.12
+release=1
+source=( http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
+
+
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}