Skip to content
Snippets Groups Projects
Commit 912577e6 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/cppadcodegen] use lowercase PKGNAME

parent b319128d
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
#
ORG= joaoleal
NAME= CppADCodeGen
NAME= cppadcodegen
VERSION= 2.3.0
DISTNAME= v${VERSION}
PKGNAME= ${NAME}-${VERSION}
WRKSRC= ${WRKDIR}/${PKGNAME}
WRKSRC= ${WRKDIR}/CppADCodeGen-${VERSION}
HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${NAME}}
MASTER_SITES= ${HOMEPAGE}/archive/
......
......@@ -19,7 +19,7 @@ SYSTEM_SEARCH.cppadcodegen=\
DEPEND_USE+= cppadcodegen
DEPEND_ABI.cppadcodegen?= CppADCodeGen>=2.3.0
DEPEND_ABI.cppadcodegen?= cppadcodegen>=2.3.0
DEPEND_DIR.cppadcodegen?= ../../wip/cppadcodegen
endif # CPPADCODEGEN_DEPEND_MK ------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment