summaryrefslogblamecommitdiff
path: root/user/iceauth/APKBUILD
blob: d388784b015c33e54e4a6de3c2a5b4adb84c7b06 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
               
            

                                          
                        

             
          
                                    
                          
                                                                         
 
         








                                       



                  


                                      
                                                                                                                                                                   
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=iceauth
pkgver=1.0.9
pkgrel=0
pkgdesc="X.Org ICE authority file utility"
url="https://www.X.org/"
arch="all"
license="MIT"
depends=""
makedepends="libice-dev util-macros"
subpackages="$pkgname-doc"
source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.xz"

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

check() {
	make check
}

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

sha512sums="16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72  iceauth-1.0.9.tar.xz"