32 lines
946 B
Text
32 lines
946 B
Text
# Template build for 'xcb-util-image'.
|
|
pkgname=xcb-util-image
|
|
version=0.3.9
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel>=1.8 xcb-util-devel>=0.3.9"
|
|
short_desc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xcb.freedesktop.org"
|
|
license="GPL-2"
|
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
|
checksum=d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
|
|
long_desc="
|
|
This package provides a port of Xlib's XImage and XShmImage functions for XCB."
|
|
|
|
xcb-util-image-devel_package() {
|
|
depends="libxcb-devel xcb-util-image>=${version}"
|
|
short_desc="${sourcepkg} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
xcb-util-image_package() {
|
|
replaces="xcb-util<0.3.9"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|