summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4d2f1e4710e190b5742bba8d2eaabae69bc28f3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Maintainer: RubenKelevra <cyrond@gmail.com>

pkgname=rk-server-basic
pkgver=2015.08.23
pkgrel=1
pkgdesc="Metapackage that installs basic server tools. Enables the following services: cronie preload ntpd haveged"
url="http://notyetthere.com"
arch=('i686' 'x86_64')
license=('GPLv3')
install=rk-server-basic.install
makedepends=("yaourt")
depends=("pkgtools"
"preload"
"openssl"
"net-tools"
"sudo"
"iproute2"
"dos2unix"
"python2"
"python3"
"wget"
"ntp"
"acpid"
"abs"
"p7zip"
"zip"
"unrar"
"openssh"
"traceroute"
"pkgfile"
"hdparm"
"ethtool"
"sdparm"
"haveged"
"nmap"
"iperf"
"hping"
"sysstat"
"iotop"
"tcpdump"
"htop"
"lsof"
"dnssec-anchors"
"screen"
"curl"
"unrar"
"btrfs-progs"
"git"
"subversion"
"f2fs-tools"
"sshfs"
"bzr"
"cvs"
"iftop"
"mtr"
"dnsutils"
"socat"
"bridge-utils"
"cronie"
"ferm"
"ebtables"
"arptables"
"ipset"
"thin-provisioning-tools"
"unzip"
"dhclient"
"vim"
)
replaces=(
"rk-basic-system-tools"
)
provides=(
"rk-basic-system-tools"
)
optdepends=(
"rk-print: Everything for printer"
"rk-bluetooth: Everything for bluetooth"
)