
libgtkhotkey PKGBUILD
By: a guest on
Jul 26th, 2010 | syntax:
Bash | size: 0.56 KB | hits: 69 | expires: Never
pkgname=gtkhotkey
pkgver=0.1
pkgrel=1
pkgdesc="brary for platform independent hotkey handling"
arch=('x86_64')
url="http://www.grillbar.org/wordpress/?p=250"
license=('LGPL3')
depends=(gtk2)
options=(!libtool)
source=(http://grillbar.org/gtkhotkey-0.1/$pkgname-$pkgver.tar.gz)
md5sums=('499bd9a815c8c5d592ae5d03c14eca8f')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --exec-prefix=/usr
make DESTDIR="${pkgdir}" || return 1
make DESTDIR="${pkgdir}" install || return 1
mv -v "${pkgdir}/usr/doc" "${pkgdir}/usr/share/doc"
}