Magellan Linux

Annotation of /branches/magellan-next/extras/shared-desktop-ontologies/shared-desktop-ontologies-0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6846 - (hide annotations) (download)
Wed Sep 22 19:18:41 2010 UTC (14 years ago) by niro
File size: 571 byte(s)
auto added: ver bump to 0.5-r1
1 niro 6846 # $Id: shared-desktop-ontologies-0.3-r1.smage2 5167 2010-04-05 10:32:08Z niro $
2    
3     PNAME="shared-desktop-ontologies"
4     PVER="0.5"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and reference code development."
11     HOMEPAGE="http://sourceforge.net/projects/oscaf/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude cmake
19    
20     SRC_URI=(
21     sourceforge://oscaf/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_sourceforge oscaf ${PNAME}"