Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8512 - (hide annotations) (download)
Wed Jul 20 20:15:48 2011 UTC (12 years, 10 months ago) by niro
File size: 481 byte(s)
auto added: ver bump to 0.7-r1
1 niro 8512 # $Id$
2    
3     PNAME="shared-desktop-ontologies"
4     PVER="0.7"
5     PBUILD="r1"
6    
7     PCATEGORIE="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}"