blob: 02a13fd54db155c7273643f8c4b032995574f900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Substitution for Arch Linux's base-devel -group as a meta package for SELinux
# https://www.archlinux.org/groups/x86_64/base-devel/
# https://wiki.archlinux.org/index.php/SELinux
# Maintainer: Tuomo Kuure <tqre@far.fi>
pkgname=base-devel-selinux
pkgver=2
pkgrel=1
pkgdesc='Meta package that substitutes base-devel group with SELinux support'
arch=('any')
license=('GPL')
url='https://github.com/archlinuxhardened/selinux'
groups=('selinux')
depends=( 'base-devel'
'base-selinux'
'sudo-selinux'
)
|