Numerous updates
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="6"
|
||||
EAPI=7
|
||||
|
||||
inherit eutils cmake-utils flag-o-matic systemd
|
||||
inherit eutils cmake flag-o-matic systemd
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
ESVN_REPO_URI="http://streamboard.tv/svn/oscam/trunk"
|
||||
@@ -133,13 +133,13 @@ src_configure() {
|
||||
# Set default config dir to /etc/oscam
|
||||
MYCMAKEARGS="-DCS_CONFDIR=/etc/oscam"
|
||||
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# Binaries
|
||||
exeinto /usr/bin
|
||||
doexe "${CMAKE_BUILD_DIR}/oscam" "${CMAKE_BUILD_DIR}/utils/list_smargo"
|
||||
doexe "${BUILD_DIR}/oscam" "${BUILD_DIR}/utils/list_smargo"
|
||||
|
||||
# Init scripts
|
||||
newinitd "${FILESDIR}/oscam.initd" oscam
|
||||
|
||||
Reference in New Issue
Block a user