summaryrefslogtreecommitdiff
path: root/xorg-xdriinfo/Pkgfile
blob: 2a9962b8f64135bc23c5666187dd4d70d5a7c3b2 (plain)
    1 # Description: Query configuration information of DRI drivers
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: mesa
    5 
    6 name=xorg-xdriinfo
    7 version=1.0.7
    8 release=1
    9 source=(https://xorg.freedesktop.org/archive/individual/app/xdriinfo-$version.tar.xz)
   10 
   11 build() {
   12 	cd xdriinfo-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit