xorg/xorg-xcb-util-image/Pkgfile

19 lines
381 B
Plaintext

# Description: XCB utilities library
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util
name=xorg-xcb-util-image
version=0.4.0
release=1
source=(http://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.bz2)
build() {
cd xcb-util-image-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}