Skip to content
Snippets Groups Projects
Commit d772ac0b authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/kukaFRI-libs] Delete obosole package superseeded by wip/FRIlibrary

Not touched for two years, not free, no feedback.
parent 7638a5fe
No related branches found
No related tags found
No related merge requests found
Genom module for the KuKa arm
# robotpkg Makefile for: hardware/kukaFri-libs
# Created: Xavier Broquere on Tue, 26 Oct 2010
#
VERSION= 1.3
DISTNAME= kukaFri-libs-${VERSION}
CATEGORIES= hardware
COMMENT= Package based on the Fast Research Interface (FRI) provided by Kuka
MAINTAINER= xavier.broquere@laas.fr
LICENSE= kuka-license
INTERACTIVE_STAGE= fetch
FETCH_MESSAGE+= " The file ${DISTNAME}${EXTRACT_SUFX} containing the kukaFri-libs version ${VERSION}"
FETCH_MESSAGE+= ""
FETCH_MESSAGE+= " must be put manually into:"
FETCH_MESSAGE+= " ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Thu Sep 2 16:36:44 CEST 2010
bin/kukaFriFirstApp
bin/kukaFriSecondApp
include/kukaFri-libs/friComm.h
include/kukaFri-libs/friremote.h
include/kukaFri-libs/friudp.h
lib/libkukaFri-libs.so
lib/pkgconfig/kukaFri-libs.pc
# Copyright (c) 2010 LAAS/CNRS
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
# Severin Lemaignan on Tue 31 Aug 2010
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
KUKAFRI_LIBS_DEPEND_MK:= ${KUKAFRI_LIBS_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= kukaFri-libs
endif
ifeq (+,$(KUKAFRI_LIBS_DEPEND_MK)) # ----------------------------------
PREFER.kukaFri-libs?= robotpkg
SYSTEM_SEARCH.kukaFri-libs=\
include/kukaFri-libs/friComm.h \
lib/libkukaFri-libs.so
DEPEND_USE+= kukaFri-libs
DEPEND_ABI.kukaFri-libs?=kukaFri-libs>=1.2
DEPEND_DIR.kukaFri-libs?=../../wip/kukaFri-libs
endif # KUKAFRI_LIBS_DEPEND_MK ----------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (kukaFri-libs-1.3.tar.gz) = 6b3e8a6fb713d4d7cf5223173f8064d057471323
RMD160 (kukaFri-libs-1.3.tar.gz) = af77868736e8f180c0fe5de5597066633ab09fd5
Size (kukaFri-libs-1.3.tar.gz) = 21925 bytes
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