summaryrefslogblamecommitdiff
path: root/user/xcompmgr/APKBUILD
blob: 35d86936b39fef22e45c1ed7a1930a8731d9b5cd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                                                  
            








                                                                       
                                                                          

         










                                         



                  


                                      
                                                                                                                                                                    
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xcompmgr
pkgver=1.1.9
pkgrel=0
pkgdesc="Small compositing manager for X11"
url="https://www.X.Org/"
arch="all"
license="MIT"
depends=""
makedepends="libxcomposite-dev libxdamage-dev libxext-dev libxfixes-dev
	libxrender-dev util-macros"
subpackages="$pkgname-doc"
source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.xz"

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

check() {
	make check
}

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

sha512sums="699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e  xcompmgr-1.1.9.tar.xz"