1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/semodule-utils/APKBUILD
2023-03-02 05:54:41 +00:00

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
"