summaryrefslogtreecommitdiff
path: root/xorg-libxdmcp/Pkgfile
blob: 514de485cda859ab5803106a52c25a03eb8a0dac (plain)
    1 # Description: X Display Manager Control Protocol library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-xorgproto
    5 
    6 name=xorg-libxdmcp
    7 version=1.1.4
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXdmcp-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -r $PKG/usr/share
   17 }

Generated by cgit