summaryrefslogtreecommitdiff
path: root/community/lxappearance-obconf/PKGBUILD
blob: 42bd6bdd0544aae3a8f9970a73c5e6f34c66dc54 (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
# $Id: PKGBUILD 99903 2013-10-31 02:22:59Z allan $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>

pkgname=lxappearance-obconf
pkgver=0.2.1
pkgrel=1
pkgdesc='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=('1f061c96e0c78a6476421ca294ac24aa')

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

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