2012-07-16 14:16:07 +02:00
|
|
|
# Description: XCB utilities library
|
2020-06-18 20:33:08 -05:00
|
|
|
# URL: https://xcb.freedesktop.org/
|
2012-07-16 14:16:07 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2015-12-07 12:33:45 +01:00
|
|
|
# Depends on: xorg-xcb-util
|
2012-07-16 14:16:07 +02:00
|
|
|
|
|
|
|
name=xorg-xcb-util-image
|
2022-10-19 09:15:37 +02:00
|
|
|
version=0.4.1
|
2012-07-16 14:16:07 +02:00
|
|
|
release=1
|
2022-10-19 09:15:37 +02:00
|
|
|
source=(https://xcb.freedesktop.org/dist/xcb-util-image-$version.tar.xz)
|
2012-07-16 14:16:07 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcb-util-image-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|