1 # Contributor: Lucio Zara <pennega@gmail.com>
3 pkgname=plasma-devicenotifier_automount
6 pkgdesc="An extended version of the original devicenotifier-applet which mounts the new media after it was inserted"
8 url="http://kde-look.org/content/show.php/New+Device+Notifier+with+Automount?content=91517"
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'automoc4')
12 source=(http://kde-look.org/CONTENT/content-files/91517-devicenotifier_automount_$pkgver.tar.bz2)
14 md5sums=('8cd1c985fc22ef3d58467fec1d968556')
17 cd $srcdir/devicenotifier_automount_$pkgver/src
22 cmake ../src -DCMAKE_INSTALL_PREFIX='/usr' ..
25 make DESTDIR=$pkgdir install