summaryrefslogtreecommitdiff
path: root/extra/lxpanel/PKGBUILD
blob: eb189f7ac7a0a620f8cca585a9587cf787097924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$Id: PKGBUILD 94639 2010-10-08 22:08:39Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxpanel
pkgver=0.5.6
pkgrel=1
pkgdesc="Panel of the LXDE Desktop"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz
        Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch)
optdepends=(pcmanfm)
md5sums=('3c6b5498b5f4109c3913b10a66809fe6'
         'afe03191cbeccfc702f9a04bffd62dbf')

build() {
	cd "$srcdir/$pkgname-$pkgver"
	patch -p1 -i $srcdir/Fix-build-issue-with-symbol-alarm-showing-up-on-F14-.patch
	./configure --sysconfdir=/etc --prefix=/usr 
	make
	make DESTDIR="$pkgdir" install
}