summaryrefslogtreecommitdiff
path: root/xorg-libxxf86dga/Pkgfile
blob: 3e4a109d1b3c49af20fcd49ea72497bdcd1a2f5b (plain)
    1 # Description: X11 Direct Graphics Access extension library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxext
    5 
    6 name=xorg-libxxf86dga
    7 version=1.1.6
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXxf86dga-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXxf86dga-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit