[arch-commits] Commit in (4 files)
Tobias Powalowski
tpowa at archlinux.org
Tue Jun 2 12:38:30 UTC 2009
Date: Tuesday, June 2, 2009 @ 08:38:29
Author: tpowa
Revision: 41002
'replacement for qtparted'
Added:
partitionmanager/
partitionmanager/repos/
partitionmanager/trunk/
partitionmanager/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: partitionmanager/trunk/PKGBUILD
===================================================================
--- partitionmanager/trunk/PKGBUILD (rev 0)
+++ partitionmanager/trunk/PKGBUILD 2009-06-02 12:38:29 UTC (rev 41002)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+pkgname=partitionmanager
+pkgver=1.0.0b2
+pkgrel=1
+pkgdesc="A KDE 4 utility that allows you to manage disks, partitions, and file systems."
+arch=('i686' 'x86_64')
+url="https://sourceforge.net/projects/partitionman/"
+license=('GPL2')
+depends=('kdelibs' 'parted')
+makedepends=('cmake' 'automoc4' 'pkgconfig')
+optdepends=('e2fsprogs: ext2/3/4 support'
+ 'xfsprogs: XFS support'
+ 'jfsprogs: JFS support'
+ 'reiserfsprogs: Reiser support'
+ 'ntfsprogs: NTFS support'
+ 'dosfstools: FAT32 support')
+source=(http://downloads.sourceforge.net/partitionman/$pkgname-1.0.0-BETA2.tar.bz2)
+md5sums=('656fecc4176d25c87468bf037951c3a6')
+
+build() {
+ cd $srcdir/$pkgname-1.0.0-BETA2
+ mkdir build
+ cd build
+ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON || return 1
+ make || return 1
+ make DESTDIR=$pkgdir install || return 1
+}
More information about the arch-commits
mailing list