xorg/xorg-xcb-util-image/Pkgfile

19 lines
383 B
Plaintext
Raw Normal View History

2012-07-16 14:16:07 +02:00
# Description: XCB utilities library
# URL: https://xcb.freedesktop.org/
2012-07-16 14:16:07 +02:00
# 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
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
}