Magellan Linux

Annotation of /branches/R11-unstable/extras/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25788 - (hide annotations) (download)
Tue Nov 25 04:18:27 2014 UTC (9 years, 5 months ago) by niro
File size: 478 byte(s)
-release branches/R11-unstable
1 niro 17459 # $Id$
2    
3     PNAME="shared-desktop-ontologies"
4     PVER="0.11.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and reference code development."
10     HOMEPAGE="http://sourceforge.net/projects/oscaf/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude cmake
18    
19     SRC_URI=(
20     sourceforge://oscaf/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_sourceforge oscaf ${PNAME}"