mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
lkrg: bump to 0.7, fix metadata.missing
This commit is contained in:
parent
8f8bfc5b82
commit
2e11b3d363
3 changed files with 39 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST lkrg-0.6.tar.gz 78757 BLAKE2B 0b6d3ba5362bd74176dc6bf8766ae8b25326e29088247209804b45e153b190247289f066044cbf81ee6613e8d56fc4f51ccc5c51c3998c26856c27e73e40f1ed SHA512 5e623e6e8eb685f6a6015b53319a5c62121667dc0b5ecb278ad471723f6441455dad528e363552f14a52beebc0f2d2bfb59f64bf6d21f6bda1156c05c686cc31
|
||||
DIST lkrg-0.7.tar.gz 85674 BLAKE2B 355fa15d189c22d6d25d22ce63723c235ce313a85153d65920f5d4f5950fd3cbcb0de8a9736c6255c1a87ede781d2728634b8bb0acd9a14e2cee561e3f9632ab SHA512 6f856d31aa79705e38a5436a47cb4e3f414a7734794713e6831426f1eda0f36ff1800e94dbfa9b211ab5b85055716c9b4839a8e46d292c9de95fc57b6cc02519
|
||||
|
|
|
|||
30
app-antivirus/lkrg/lkrg-0.7.ebuild
Normal file
30
app-antivirus/lkrg/lkrg-0.7.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit linux-mod linux-info
|
||||
|
||||
DESCRIPTION="Linux Kernel Runtime Guard"
|
||||
HOMEPAGE="https://www.openwall.com/lkrg/"
|
||||
SRC_URI="https://www.openwall.com/lkrg/${P}.tar.gz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
MODULE_NAMES="p_lkrg(misc:${S}:${S})"
|
||||
BUILD_TARGETS="clean all"
|
||||
CONFIG_CHECK="JUMP_LABEL"
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
#compile against selected (not running) target
|
||||
BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "\nUsage:"
|
||||
einfo "\n ~$ modprobe p_lkrg p_init_log_level=3\n"
|
||||
}
|
||||
8
app-antivirus/lkrg/metadata.xml
Normal file
8
app-antivirus/lkrg/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue