diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-08-03 04:50:40 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-08-03 04:50:40 +0000 |
commit | 991d38faccf4e1fb27f31f236ad58ee840103734 (patch) | |
tree | 38dd960b48df86472b58d3904caa122aaf06da41 /extra/partitionmanager/PKGBUILD | |
parent | bf35116f9d203dcafce808a6c7b3dd5a0db8afbc (diff) |
Wed Aug 3 04:50:40 UTC 2011
Diffstat (limited to 'extra/partitionmanager/PKGBUILD')
-rw-r--r-- | extra/partitionmanager/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/partitionmanager/PKGBUILD b/extra/partitionmanager/PKGBUILD deleted file mode 100644 index 55ecf6e4d..000000000 --- a/extra/partitionmanager/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 124524 2011-05-22 18:37:51Z giovanni $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> -# Contributor: Nick B <Shirakawasuna at gmail _dot_com> - -pkgname=partitionmanager -pkgver=1.0.3 -pkgrel=2 -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=('kdebase-runtime' 'parted') -makedepends=('cmake' 'automoc4' 'pkgconfig') -optdepends=('e2fsprogs: ext2/3/4 support' - 'xfsprogs: XFS support' - 'jfsutils: JFS support' - 'reiserfsprogs: Reiser support' - 'ntfsprogs: NTFS support' - 'dosfstools: FAT32 support') -install=partitionmanager.install -source=(http://downloads.sourceforge.net/partitionman/$pkgname-$pkgver.tar.bz2) - -build() { - cd $srcdir/$pkgname-$pkgver - mkdir build - cd build - cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON || return 1 - make || return 1 - make DESTDIR=$pkgdir install || return 1 -} -md5sums=('1f987d314c717ba2579c69eeef16336d') |