summaryrefslogtreecommitdiff
path: root/xorg-xcb-util/Pkgfile
blob: 51c3a490e730a132ef0eff4c7d9dda8fe57bd43e (plain)
    1 # Description: XCB utilities library
    2 # URL: https://xcb.freedesktop.org/
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxcb
    5 
    6 name=xorg-xcb-util
    7 version=0.4.1
    8 release=1
    9 source=(https://xorg.freedesktop.org/archive/individual/lib/xcb-util-$version.tar.xz)
   10 
   11 build() {
   12 	cd xcb-util-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit