add mars-nwe

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@3042 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2011-11-13 19:49:31 +00:00
parent 016082f3d4
commit e687947aa7
6 changed files with 711 additions and 0 deletions

2
net-fs/mars-nwe/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST mars_nwe-0.99.pl22.tar.bz2 377535 RMD160 7c8072be15304fdf5713e2889aeb73c2c7d6b8b1 SHA1 453884fb6a1fba4641ab64b3c7412bd4c8fb8890 SHA256 d0c9fd4f64a7d8cd9ebcc1b6b27e2537281e840b22937cb5ec791e5d24026d18
EBUILD mars-nwe-0.99_p22.ebuild 738 RMD160 fbf34966481ea47ee287c3634fb2281d86a70d7e SHA1 8a3ea40e622694770da562e533c6ebb49b9243de SHA256 bbf130e01e0835456a8ca82442573d141350a5430e81cd3f393536319b91169d

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MY_PV=${PV/_p/.pl}
inherit cmake-utils
DESCRIPTION="MARtin Stovers NetWare-Emulator"
HOMEPAGE="http://www.compu-art.de/mars_nwe/"
SRC_URI="http://ftp.disconnected-by-peer.at/ncpfs/mars_nwe-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
S="${WORKDIR}/mars_nwe-${MY_PV}"
src_configure() {
local mycmakeargs=(
"-DCMAKE_INSTALL_SYSCONFDIR=/etc")
cmake-utils_src_configure
}
src_install() {
keepdir /var/lib/mars_nwe/
keepdir /var/run/mars_nwe/
keepdir /var/log/mars_nwe/
keepdir /var/spool/mars_nwe/
cmake-utils_src_install
}