summaryrefslogblamecommitdiff
path: root/system/libcap-ng/APKBUILD
blob: 44479ae4914ee8ad3587244f6b3744f3f59086ac (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
                 
          
        
                                    
                                                           
          
                   
          



                                                      
                                                                           
         

         










                                         



                  



                                      

                                              




                                                    
                                                                                                                                                                   
# Maintainer: Nathan <ndowens@artixlinux.org>
pkgname=libcap-ng
pkgver=0.8
pkgrel=0
pkgdesc="POSIX capabilities library"
url="https://people.redhat.com/sgrubb/libcap-ng/index.html"
arch="all"
license="LGPL-2.1+"
depends=""
depends_dev="linux-headers"
makedepends="python3 $depends_dev"
makedepends_host="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-utils"
source="https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-$pkgver.tar.gz
	"

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

check() {
	make check
}

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

utils() {
	pkgdesc="POSIX capabilities utilities"
	license="GPL-2.0+"

	mkdir -p "$subpkgdir"/usr/bin
	mv "$pkgdir"/usr/bin/* "$subpkgdir"/usr/bin/
}

sha512sums="d410d66f46ad25765f35ffac17e0d36740329c334c6535d55a13fa218718a750763b7ad4610efa47efe7c256c143ead7dde7d37a29e99cb5c55161f577c40bb2  libcap-ng-0.8.tar.gz"