xorg/xorg-xcb-util/Pkgfile

19 lines
361 B
Plaintext
Raw Normal View History

2008-12-13 12:03:44 +01:00
# Description: XCB utilities library
# URL: http://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
2012-07-16 14:15:06 +02:00
version=0.3.9
release=2
2013-03-25 13:05:47 +01:00
source=(http://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
}