View difference between Paste ID: AQDtpaDc and
SHOW: | | - or go back to the newest paste.
1-
1+
# Maintainer: cdfk <cdfk1981-at-gmail.com>
2
3
pkgname=kvpm
4
pkgver=0.6.2
5
pkgrel=1
6
pkgdesc="KDE Volume and Partition Manager. Front end for Linux LVM and Gnu parted. It also handles creating and mounting file systems"
7
arch=('i686' 'x86_64')
8
url="http://sourceforge.net/projects/kvpm/"
9
license=('GPL')
10
depends=('util-linux-ng' 'parted' 'kdelibs')
11
makedepends=('cmake' 'automoc4')
12
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13
md5sums=('00505b5f01c2aa27e620b0f5d6eba569')
14
build () {
15
 unset LDFLAGS
16
 cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
17
 cmake -DCMAKE_INSTALL_PREFIX=/usr
18
 make || return 1
19
 make DESTDIR=${pkgdir} install
20
}