mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 19:11:55 +01:00
24 lines
713 B
Plaintext
24 lines
713 B
Plaintext
# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
|
|
pkgname=semodule-utils
|
|
pkgver=3.2
|
|
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="f937647cc22f7ed719908bad64415d706fd97cf1dce484dbca2484b05b3295de40e31bec643b6caaf4e8be742b1f911428d393c5e2d1d0ae39a2a37fd3be9bc1 semodule-utils-3.2.tar.gz"
|