updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / xfce4-cddrive-plugin / PKGBUILD
blobe633a49f47f8727351dff384cf6f130a7959a6ab
1 # Contributor: ClĂ©ment DEMOULINS <cdemoulins@gmail.com>
3 pkgname=xfce4-cddrive-plugin
4 pkgver=0.0.1
5 pkgrel=1
6 pkgdesc="This plugin puts a button in the panel to open or close a CD-ROM drive tray."
7 arch=('i686' 'x86_64')
8 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cddrive-plugin"
9 license=('GPL3')
10 depends=('libcdio' 'exo' 'xfce4-panel')
11 makedepends=('pkgconfig')
13 source=(http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
14 md5sums=('ccb2727a1e78ecb4f375a2eecae39e1d')
16 build() {
17     cd $srcdir/$pkgname-$pkgver
18     ./configure --prefix=/usr || return 1
19     make || return 1
20     make DESTDIR=$pkgdir install || return 1