Move shared-desktop-ontologies to platform

This commit is contained in:
Manuel Tortosa 2010-10-23 19:27:07 +00:00
parent 19f7e02461
commit cbe4e7fc88

View File

@ -1,33 +0,0 @@
#
# KDE SC Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=shared-desktop-ontologies
pkgver=0.5
pkgrel=1
pkgdesc="Ontologies necessary for the Nepomuk semantic desktop"
arch=('any')
url="http://sourceforge.net/apps/trac/oscaf/"
license=('GPL')
makedepends=("cmake")
source=("http://downloads.sourceforge.net/oscaf/$pkgname-$pkgver.tar.bz2")
md5sums=('067ec9023c4a48e0d53fb15484d78971')
build() {
cd ${srcdir}
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr || return 1
make || return 1
}
package() {
cd ${srcdir}/build
make DESTDIR=${pkgdir} install || return 1
}