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

Generated by cgit