X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=mdp.cygport;h=af6da10ef34ca18c4f9f1fd6f96e0b7a22ef23fb;hb=9c733f930b7ccb7122c8dce8e9ee30b6da563568;hp=edb3b9ab8dbfec973ea6c3214909f8d78663104f;hpb=e3566c8aff14a38df8fee4af4336d57849995cfd;p=smdp.git diff --git a/mdp.cygport b/mdp.cygport index edb3b9a..af6da10 100644 --- 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() { :; }