mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
make it easy to switch source for NetBSD [ci skip]
e.g. setting DISTNAME to version to build stable release or even commit hash to build specific revision Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
746887bc67
commit
71d2f7eeb6
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ COMMENT = C++ toolkit deived from the Qt 4.8 framework
|
|||
LICENSE = modified-bsd AND gnu-lgpl-v2.1
|
||||
HOMEPAGE = https://github.com/fluxer/katie
|
||||
|
||||
MASTER_SITES = https://github.com/fluxer/katie/archive/
|
||||
MASTER_SITES = ${MASTER_SITE_GITHUB}/fluxer/katie/archive/
|
||||
DIST_SUBDIR = katie
|
||||
WRKSRC = ${WRKDIR}/katie-master
|
||||
WRKSRC = ${WRKDIR}/katie-${DISTNAME}
|
||||
|
||||
USE_CMAKE = yes
|
||||
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie"
|
||||
|
|
Loading…
Add table
Reference in a new issue