pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3566c8
)
added PREFIX to cygport definition
author
Michael Göhler
<github@nixhub.de>
Thu, 12 Jan 2017 13:45:57 +0000
(14:45 +0100)
committer
Michael Göhler
<github@nixhub.de>
Thu, 12 Jan 2017 13:45:57 +0000
(14:45 +0100)
mdp.cygport
patch
|
blob
|
history
diff --git
a/mdp.cygport
b/mdp.cygport
index
edb3b9a
..
af6da10
100644
(file)
--- a/
mdp.cygport
+++ b/
mdp.cygport
@@
-13,6
+13,11
@@
it easy to create slides using the popular markdown format."
SRC_URI="https://github.com/visit1985/mdp/archive/${VERSION}.tar.gz"
DOCS="sample.md"
+# Build dependencies only
+DEPEND="gcc-core libncurses-devel make"
+# runtime deps to go in setup.hint
+#REQUIRES="libncursesw10"
+
# custom src_compile, src_install and src_test
src_compile() {
@@
-22,7
+27,7
@@
src_compile() {
src_install() {
cd ${S}
- cyginstall
+
PREFIX=/usr
cyginstall
}
src_test() { :; }