summaryrefslogtreecommitdiff
path: root/xorg-libxxf86dga/Pkgfile
blob: ae0eff91026209ac09e7dc98d745975c818d3fbd (plain)
    1 # Description: xorg lib libXxf86dga
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86dgaproto
    5 
    6 name=xorg-libxxf86dga
    7 version=1.1
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXxf86dga-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit