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

Generated by cgit