summaryrefslogtreecommitdiff
path: root/extra/libkeybinder3/PKGBUILD
blob: fd2f7fb9b422cf668a4e1250201a1c402bba25b3 (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 198192 2013-10-30 13:21:58Z allan $
# Maintainer: Eric Bélanger <eric@archlinux.org>
# Contributor: speps <speps at aur dot archlinux dot org>

pkgname=libkeybinder3
pkgver=0.3.0
pkgrel=3
pkgdesc="A library for registering global keyboard shortcuts"
arch=('i686' 'x86_64' 'mips64el')
url="http://kaizer.se/wiki/keybinder/"
license=('MIT')
depends=('gtk3')
makedepends=('gtk-doc' 'gobject-introspection')
optdepends=('lua-lgi: lua bindings')
source=(http://archive.ubuntu.com/ubuntu/pool/universe/k/keybinder-3.0/keybinder-3.0_${pkgver}.orig.tar.gz)
sha1sums=('53167d295ffa1d356bfad6f9360b90bd85e8fb26')

build() {
  cd keybinder-3.0-${pkgver}
  ./configure --prefix=/usr --enable-gtk-doc
  make
}

package() {
  cd keybinder-3.0-${pkgver}
  make DESTDIR="$pkgdir" install
  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}