1 # Contributor: Clément DEMOULINS <cdemoulins@gmail.com>
3 pkgname=xfce4-cddrive-plugin
6 pkgdesc="This plugin puts a button in the panel to open or close a CD-ROM drive tray."
8 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cddrive-plugin"
10 depends=('libcdio' 'exo' 'xfce4-panel')
11 makedepends=('pkgconfig')
13 source=(http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
14 md5sums=('ccb2727a1e78ecb4f375a2eecae39e1d')
17 cd $srcdir/$pkgname-$pkgver
18 ./configure --prefix=/usr || return 1
20 make DESTDIR=$pkgdir install || return 1