diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:50 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:50 +0200 |
commit | 3ee07828a9f47dc591c7631592f5323181ce116e (patch) | |
tree | 76997d8f545e9e29261152756f60092038b75ff6 /extra/partitionmanager/Pkgfile | |
parent | ab7463acb6dd9779f28f2594dc610b18cf4ade3c (diff) | |
download | nutyx-extra-3ee07828a9f47dc591c7631592f5323181ce116e.tar.gz nutyx-extra-3ee07828a9f47dc591c7631592f5323181ce116e.tar.bz2 nutyx-extra-3ee07828a9f47dc591c7631592f5323181ce116e.tar.xz nutyx-extra-3ee07828a9f47dc591c7631592f5323181ce116e.zip |
partitionmanager dans extra
Diffstat (limited to 'extra/partitionmanager/Pkgfile')
-rw-r--r-- | extra/partitionmanager/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/partitionmanager/Pkgfile b/extra/partitionmanager/Pkgfile new file mode 100644 index 000000000..91f02ce10 --- /dev/null +++ b/extra/partitionmanager/Pkgfile @@ -0,0 +1,20 @@ +# Description: Gestionnaire de partitions pour KDE +# URL: http://kde-apps.org/content/show.php/KDE+Partition+Manager?content=89595 +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: kde-runtime, parted +# Run on: kde-runtime,parted + +name=partitionmanager +version=1.0.2 +release=1 +_name=partitionman +source=(http://downloads.sourceforge.net/sourceforge/${_name}/$name-$version.tar.bz2) +build() { + cd ${name}* + mkdir build + cd build + cmake ../ -DCMAKE_INSTALL_PREFIX=/usr + make -j2 + make DESTDIR=$PKG install +} |