xorg/xorg-xcb-util/Pkgfile

19 lines
364 B
Plaintext
Raw Normal View History

2008-12-13 12:03:44 +01:00
# Description: XCB utilities library
# URL: https://xcb.freedesktop.org/
2012-07-16 14:15:06 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxcb
2008-12-13 12:03:44 +01:00
name=xorg-xcb-util
2014-10-18 13:51:01 +02:00
version=0.4.0
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-$version.tar.bz2)
2008-12-13 12:03:44 +01:00
build() {
cd xcb-util-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}