diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 09:42:45 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 09:42:45 +0100 |
commit | 920c833f86060dd288c196dc6d8f38318b0a6e74 (patch) | |
tree | 94f3652d0c7268a63354148972c56ed312dbd5ca /kde/shared-desktop-ontologies/Pkgfile | |
parent | 23ed98bbb36320ce7ab2ce5a71e175f16d9f06f4 (diff) | |
download | nutyx-pakxe-920c833f86060dd288c196dc6d8f38318b0a6e74.tar.gz nutyx-pakxe-920c833f86060dd288c196dc6d8f38318b0a6e74.tar.bz2 nutyx-pakxe-920c833f86060dd288c196dc6d8f38318b0a6e74.tar.xz nutyx-pakxe-920c833f86060dd288c196dc6d8f38318b0a6e74.zip |
ajout de shared-desktop-ontologies#0.2-1
Diffstat (limited to 'kde/shared-desktop-ontologies/Pkgfile')
-rw-r--r-- | kde/shared-desktop-ontologies/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde/shared-desktop-ontologies/Pkgfile b/kde/shared-desktop-ontologies/Pkgfile new file mode 100644 index 000000000..b33ef8db3 --- /dev/null +++ b/kde/shared-desktop-ontologies/Pkgfile @@ -0,0 +1,19 @@ +# 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 + +name=shared-desktop-ontologies +version=0.2 +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=$KDE_PREFIX + make -j3 + make DESTDIR=$PKG install +} |