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 /kde/partitionmanager/Pkgfile | |
parent | ab7463acb6dd9779f28f2594dc610b18cf4ade3c (diff) | |
download | nutyx-pakxe-3ee07828a9f47dc591c7631592f5323181ce116e.tar.gz nutyx-pakxe-3ee07828a9f47dc591c7631592f5323181ce116e.tar.bz2 nutyx-pakxe-3ee07828a9f47dc591c7631592f5323181ce116e.tar.xz nutyx-pakxe-3ee07828a9f47dc591c7631592f5323181ce116e.zip |
partitionmanager dans extra
Diffstat (limited to 'kde/partitionmanager/Pkgfile')
-rw-r--r-- | kde/partitionmanager/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kde/partitionmanager/Pkgfile b/kde/partitionmanager/Pkgfile deleted file mode 100644 index 91f02ce10..000000000 --- a/kde/partitionmanager/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |