mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
Multiple: Kill libcap-ng references
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ad473b4607
commit
d20259b399
6 changed files with 6 additions and 10 deletions
|
@ -5,6 +5,6 @@ DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-1.0.1.tar.bz2"
|
|||
MD5SUM="638d8d3b102a964cadd5fd338fa73a95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcap-ng"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/daq/daq-2
|
|||
MD5SUM="65e51d72e9d5d8b397e192e4e5857eff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcap-ng libdnet"
|
||||
REQUIRES="libdnet"
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
|
|
|
@ -28,6 +28,6 @@ and if you want it to stop at shutdown add this to
|
|||
|
||||
Have a look at the commented part of rc.libvirt for some gotchas.
|
||||
|
||||
netcat-openbsd is an optional dependency (needed if you want
|
||||
to connect from a remote host using virt-manager). Other optional
|
||||
dependencies include avahi, libcap-ng, libssh2, and xen.
|
||||
netcat-openbsd is an optional dependency (needed if you
|
||||
want to connect from a remote host using virt-manager).
|
||||
Other optional dependencies include avahi and xen.
|
||||
|
|
|
@ -8,5 +8,3 @@ Heimdal is a free implementation of Kerberos 5. The goals are to:
|
|||
* include the most important and useful application programs
|
||||
(rsh, telnet, popper, etc.)
|
||||
* include enough backwards compatibility with Kerberos V4
|
||||
|
||||
libcap-ng is an optional dependency.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.openinfosecfoundation.org/download/suricata-2.0.11.tar.gz"
|
|||
MD5SUM="4c05eebfb87c3c1ff51460f4e6318b9a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libcap-ng libnet jansson"
|
||||
REQUIRES="libnet jansson"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
|
@ -12,5 +12,3 @@ if [ -x /usr/sbin/irqbalance ]; then
|
|||
fi
|
||||
|
||||
Options that you can pass to the command are described in the man page.
|
||||
|
||||
libcap-ng is an optional dependency.
|
||||
|
|
Loading…
Reference in a new issue