osunix / osunix-overlay (http://osunix.org/)
This is all the build scripts, patches and misc bits for the osunix build tree. Please file any bug reports @ http://bugs.osunix.org
| commit 233: | 17ac8d960908 |
| parent 232: | e094b1ae7253 |
| branch: | default |
# Removed a couple 107 builds that have . in the name
16 months ago
Changed (Δ687 bytes):
raw changeset »
sys-cmds/dfs_cmds/dfs_cmds-107.ebuild
sys-cmds/dfs_cmds/dfs_cmds-5.11.114.ebuild (40 lines added, 0 lines removed)
sys-cmds/fs_d/fs_d-107.ebuild
sys-cmds/install_d/install_d-107.ebuild
Up to file-list sys-cmds/dfs_cmds/dfs_cmds-5.11.114.ebuild:
1 |
# Copyright 2009 NetSyncro.com Inc. |
|
2 |
||
3 |
DESCRIPTION="template ebuild for cmd/* in ON" |
|
4 |
HOMEPAGE="http://www.osunix.org" |
|
5 |
SRC_URI="" |
|
6 |
||
7 |
inherit mercurial eutils onnv |
|
8 |
||
9 |
LICENSE="CDDL" |
|
10 |
SLOT="0" |
|
11 |
KEYWORDS="~amd64" |
|
12 |
IUSE="debug" |
|
13 |
||
14 |
DEPEND=" |
|
15 |
sys-libs/libscf |
|
16 |
sys-libs/libsecdb |
|
17 |
sys-libs/libshare |
|
18 |
sys-libs/libumem |
|
19 |
||
20 |
" |
|
21 |
RDEPEND="${DEPEND}" |
|
22 |
||
23 |
EHG_PROJECT="osunix" |
|
24 |
EHG_REPO_URI="http://hg.osunix.org/codestr0m/osunix-gate/" |
|
25 |
#EHG_PULL_CMD="hg up -C -r snv_{PV}" |
|
26 |
EHG_PULL_CMD="true" |
|
27 |
MY_PN="dfs.cmds" |
|
28 |
src_unpack() { |
|
29 |
onnv_src_unpack |
|
30 |
mkdir -p ${WORKDIR}/onnv-gate/proto/root_i386/var/svc/manifest/network/shares |
|
31 |
} |
|
32 |
src_compile(){ |
|
33 |
onnv_env_setup |
|
34 |
onnv_src_compile |
|
35 |
} |
|
36 |
||
37 |
src_install(){ |
|
38 |
onnv_env_setup |
|
39 |
onnv_src_install |
|
40 |
} |
