Skip to content
Snippets Groups Projects
Commit bde69745 authored by Natanael Copa's avatar Natanael Copa
Browse files

x11/libdrm: new aport

Userspace interface to kernel DRM services
http://dri.freedesktop.org/
parent 4a9026b0
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libdrm
pkgver=2.4.4
pkgrel=0
pkgdesc="Userspace interface to kernel DRM services"
url="http://dri.freedesktop.org/"
license="custom"
depends="uclibc"
makedepends="pkgconfig libpthread-stubs"
subpackages="$pkgname-dev"
source="http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}
md5sums="c183ee614b25f61ea325d57882a2fab2 libdrm-2.4.4.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment