mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
25 lines
715 B
Text
25 lines
715 B
Text
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
pkgname=semodule-utils
|
|
pkgver=3.5
|
|
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/$pkgver/semodule-utils-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make install DESTDIR="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
7c32f425ae71745040d1c6a6585149a1efb319913aa9d4c8bf185b0a4216dc66378fa38595b171614ee3ae4ade997d3ae56a060346e334faec55c419a87d71dd semodule-utils-3.5.tar.gz
|
|
"
|