summaryrefslogtreecommitdiff
path: root/community/lxappearance-obconf/PKGBUILD
blob: c3e345a74023c13c60c992df7f206a8d33ea23f4 (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
26
27
28
# $Id: PKGBUILD 71868 2012-06-02 14:56:09Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>

pkgname=lxappearance-obconf
pkgver=0.2.0
pkgrel=1
pkgdesc='A plugin for LXAppearance to configure Openbox'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('lxappearance' 'openbox')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
md5sums=('8bf23c90febe6a655e0f86c80e44725d')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
}


package() {
  cd $srcdir/$pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}