summaryrefslogtreecommitdiffstats
path: root/kde/shared-desktop-ontologies/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:52 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:52 +0200
commit37409f5f4b66db5f3e07c7a58151e9c7dd170b11 (patch)
tree2a910fa7f23df85e55a6c7de60b15d7326b92a35 /kde/shared-desktop-ontologies/Pkgfile
parent8f10f04971c963941be91d54d0a28a6150fff766 (diff)
downloadnutyx-extra-37409f5f4b66db5f3e07c7a58151e9c7dd170b11.tar.gz
nutyx-extra-37409f5f4b66db5f3e07c7a58151e9c7dd170b11.tar.bz2
nutyx-extra-37409f5f4b66db5f3e07c7a58151e9c7dd170b11.tar.xz
nutyx-extra-37409f5f4b66db5f3e07c7a58151e9c7dd170b11.zip
shared-desktop-ontologies dans extra
Diffstat (limited to 'kde/shared-desktop-ontologies/Pkgfile')
-rw-r--r--kde/shared-desktop-ontologies/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde/shared-desktop-ontologies/Pkgfile b/kde/shared-desktop-ontologies/Pkgfile
deleted file mode 100644
index 60d33a1b1..000000000
--- a/kde/shared-desktop-ontologies/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Fondation pour l'uniformisation de l'apparence des bureau
-# URL: http://www.amsn-project.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: qt, cmake
-# Run on: qt
-
-name=shared-desktop-ontologies
-version=0.8.0
-release=1
-source=(http://downloads.sourceforge.net/project/oscaf/$name/${version%.*}/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- mkdir build
- cd build
- cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}