From 09694ba1a912ccf4dd3953d80ffd14eb1ddd0644 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 16:18:23 +0200 Subject: Ajout de libdrm#2.4.12-1 --- extra/libdrm/.footprint | 33 +++++++++++++++++++++++++++++++++ extra/libdrm/.md5sum | 1 + extra/libdrm/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 extra/libdrm/.footprint create mode 100644 extra/libdrm/.md5sum create mode 100755 extra/libdrm/Pkgfile 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 +} -- cgit v1.2.3-54-g00ecf