updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / plasma-devicenotifier_automount / PKGBUILD
blob6c06470b0d75dcc2537a5e12fd1f6ff3b165f40b
1 # Contributor: Lucio Zara <pennega@gmail.com>
3 pkgname=plasma-devicenotifier_automount
4 pkgver=0.4alpha1
5 pkgrel=1
6 pkgdesc="An extended version of the original devicenotifier-applet which mounts the new media after it was inserted"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/New+Device+Notifier+with+Automount?content=91517"
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'automoc4')
11 conflicts=()
12 source=(http://kde-look.org/CONTENT/content-files/91517-devicenotifier_automount_$pkgver.tar.bz2)
13 license=('GPL')
14 md5sums=('8cd1c985fc22ef3d58467fec1d968556')
16 build() {
17   cd $srcdir/devicenotifier_automount_$pkgver/src
18   
19   mkdir build
20   cd build
22   cmake ../src -DCMAKE_INSTALL_PREFIX='/usr' ..
24   make || return 1
25   make DESTDIR=$pkgdir install