blob: 03fa07b76a9dd7bc7ae76fcdee91fb4fe948c4cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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=1
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-selinux'
'autoconf'
'automake'
'binutils'
'bison'
'fakeroot'
'flex'
'gcc'
'groff'
'libtool'
'm4'
'make'
'patch'
'pkgconf'
'sudo-selinux'
'texinfo'
'which'
)
|