mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-07 08:51:40 +01:00
24 lines
714 B
Plaintext
24 lines
714 B
Plaintext
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
pkgname=semodule-utils
|
|
pkgver=3.0
|
|
pkgrel=0
|
|
pkgdesc="SELinux semodule utilities"
|
|
url="https://github.com/SELinuxProject/"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
makedepends="libsepol-dev"
|
|
options="!check" # No test suite
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/SELinuxProject/selinux/releases/download/20191204/semodule-utils-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make install DESTDIR="$pkgdir"
|
|
}
|
|
|
|
sha512sums="004e8f02f7e7e6f016b2b5a1a7720a87409d77d0040f7df830cf73808c9f8e3d87b41a7cea273420909971ce8bcc6540d5a46bd25be8c032b12257b4861e1769 semodule-utils-3.0.tar.gz"
|