xorg/xorg-xcb-util-image/Pkgfile

19 lines
382 B
Plaintext
Raw Normal View History

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