This commit is contained in:
Julian Ospald 2018-11-02 01:17:56 +08:00
commit 46664464fd
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 3 deletions

View File

@ -5,10 +5,9 @@
# Copyright 1999-2015 Gentoo Foundation # Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
require udev-rules require udev-rules github [ user=gentoo tag=${PV} ]
HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/" HOMEPAGE="https://www.gentoo.org/proj/en/base/openrc/"
DOWNLOADS="https://dev.gentoo.org/~robbat2/distfiles/${PNV}.tar.bz2"
SUMMARY="Gentoo Network Interface Management Scripts" SUMMARY="Gentoo Network Interface Management Scripts"
LICENCES="BSD-2" LICENCES="BSD-2"
@ -34,7 +33,7 @@ src_compile() {
src_install() { src_install() {
emake ${MAKE_ARGS} DESTDIR="${IMAGE}" install emake ${MAKE_ARGS} DESTDIR="${IMAGE}" install
dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
} }
pkg_postinst() { pkg_postinst() {