milis/talimatname/genel/x/xorg-libdrm/talimat

24 lines
491 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Çekirdek DRM servislerine kullanıcı alanı arayüzü.
# URL: http://dri.freedesktop.org/
# Paketçi: milisarge
# Gerekler: docbook-xsl libxslt xorg-util-macros xorg-libpciaccess
_name=libdrm
name=xorg-libdrm
version=2.4.83
release=1
source=( http://dri.freedesktop.org/${_name}/${_name}-$version.tar.bz2)
derle() {
cd $_name-$version
./configure \
--prefix=/usr \
--disable-manpages \
--disable-valgrind \
--disable-cairo-tests
make
make DESTDIR=$PKG install
}