summaryrefslogtreecommitdiff
path: root/community/lxappearance/PKGBUILD
blob: c9803043b2073d1f40ef20b58e7375a76081f04d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#$Id: PKGBUILD 29697 2010-10-18 15:11:39Z angvp $
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> 
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=lxappearance
pkgver=0.5.0
pkgrel=1
pkgdesc="GTK+ theme switcher of the LXDE Desktop (manages icons and fonts)"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'intltool')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
md5sums=('7eabab6f4a358dbc6a84e260a0e7f6c2')

build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --sysconfdir=/etc --prefix=/usr 
    make 
    make DESTDIR="$pkgdir" install 
}