summaryrefslogblamecommitdiff
path: root/user/xcb-util-image/APKBUILD
blob: 79a4960963db8adff13d92e1954eb5ec7a807cd7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                                    

            





                                                                  
                        
                                         
                          
                                                                 

         











                                           



                  


                                      
                                                                                                                                                                          
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xcb-util-image
pkgver=0.4.1
pkgrel=0
pkgdesc="X C-language Binding - port of Xlib XImage and XShmImage"
url="https://xcb.freedesktop.org/"
arch="all"
license="MIT"
depends=""
depends_dev="xcb-util-dev"
checkdepends="check-dev"
makedepends="$depends_dev m4 util-macros"
subpackages="$pkgname-dev"
source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.xz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="9b47ba38b91196d76541b6ccabeaf291d3b91036f15422909cd6a79b3fd1a9786d5b1728e411bc41cfdf3d60a253485f4ef7c65ffa6ae646fa93439ec782746e  xcb-util-image-0.4.1.tar.xz"