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

[wip/head-action] Remove PKGBASE

parent 1865eac2
No related branches found
No related tags found
No related merge requests found
......@@ -2,29 +2,29 @@
# Created: Olivier Stasse on Tue, 01 May 2018
#
ORG= pal-robotics
VERSION= 0.0.1
PKGBASE= head-action
DISTNAME= ${VERSION}
PKGNAME= ${PKGBASE}-${VERSION}
ROSNAME= $(subst -,_,${PKGBASE})
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DIST_SUBDIR= ${PKGBASE}
PKGREVISION= 4
ORG= pal-robotics
NAME= head-action
VERSION= 0.0.1
PKGREVISION= 4
CATEGORIES= wip
ROSNAME= $(subst -,_,${NAME})
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git
CHECKOUT_VCS_OPTS+= --recursive
PKGNAME= ${NAME}-${VERSION}
WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION}
DISTNAME= ${VERSION}
DIST_SUBDIR= ${NAME}
CATEGORIES= wip
HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${ROSNAME}}
MASTER_SITES= ${HOMEPAGE}/archive/
COMMENT= Robot agnostic head action interface
LICENSE= 2-clause-bsd
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${ROSNAME}.git
HOMEPAGE= ${MASTER_SITE_GITHUB:=${ORG}/${ROSNAME}}
MASTER_SITES= ${HOMEPAGE}/archive/
COMMENT= Robot agnostic head action interface
LICENSE= 2-clause-bsd
USE_BOOST_LIBS= thread
USE_BOOST_LIBS= thread
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/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