Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
bde7be36
Commit
bde7be36
authored
Mar 19, 2015
by
gsell
Browse files
scripts/Tools/git/build: added
parent
0ad32050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
scripts/Tools/git/build
scripts/Tools/git/build
+26
-0
No files found.
scripts/Tools/git/build
0 → 100755
View file @
bde7be36
#!/bin/bash
source
"$(dirname $0)/../../../lib/libem.bash"
function
em
.
configure
()
{
cd
"${MODULE_SRCDIR}"
"${MODULE_SRCDIR}"
/
configure
\
--
prefix
=
"${PREFIX}"
\
--
with
-
tcltk
=
"${PMODULES_HOME}"
\
||
exit
1
}
function
em
.
build
()
{
cd
"${MODULE_SRCDIR}"
make
}
em
.
add_to_family
'Tools'
em
.
set_docfiles
'COPYING'
'README'
em
.
make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment