From 1dd76e92fd4e5972cbff7308cba1b46342f5b514 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 23 Aug 2018 12:28:56 +0200
Subject: [PATCH] [wip/dynamic-graph-tutorial] details

---
 dynamic-graph-tutorial/Makefile | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/dynamic-graph-tutorial/Makefile b/dynamic-graph-tutorial/Makefile
index cd97443d..fe15f7c9 100644
--- a/dynamic-graph-tutorial/Makefile
+++ b/dynamic-graph-tutorial/Makefile
@@ -1,22 +1,21 @@
-# robotpkg Makefile for:	wip/example-adder
+# robotpkg Makefile for:	wip/dynamic-graph-tutorial
 # Created:			Guilhem Saurel on Tue, 10 Jul 2018
 #
 
-ORG=				stack-of-tasks
-NAME=				dynamic-graph-tutorial
-VERSION=			1.1.1
+ORG=			stack-of-tasks
+NAME=			dynamic-graph-tutorial
+VERSION=		1.1.1
 
-PKGNAME=			${NAME}-${VERSION}
-DISTNAME=			${NAME}-${VERSION}
+DISTNAME=		${NAME}-${VERSION}
 
-MASTER_SITES=		${MASTER_SITE_GITHUB:=${ORG}/${NAME}/releases/download/v${VERSION}/}
-MASTER_REPOSITORY=	${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}
-CHECKOUT_VCS_OPTS=	--recursive
+MASTER_SITES=		${MASTER_SITE_OPENROBOTS:=${NAME}/}
+MASTER_REPOSITORY=	${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}.git
+CHECKOUT_VCS_OPTS+=	--recursive
 
-CATEGORIES=			wip
-COMMENT=			Tutorial for the dynamic-graph
-MAINTAINER=			gsaurel@laas.fr
-LICENSE=			2-clause-bsd
+CATEGORIES=		wip
+COMMENT=		Tutorial for the dynamic-graph
+LICENSE=		2-clause-bsd
+MAINTAINER=		gepetto-soft@laas.fr
 
 CMAKE_ARGS+=		-DBUILD_PYTHON_INTERFACE=OFF
 
-- 
GitLab