summaryrefslogtreecommitdiff
path: root/community/geany-plugins/PKGBUILD
blob: 61c64ab43a062f0fb64523bbb08fcd8a69fbce2e (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
# $Id: PKGBUILD 37244 2011-01-12 15:09:23Z angvp $
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=geany-plugins
pkgver=0.20
pkgrel=1
pkgdesc="The combined plugins release for Geany"
arch=('i686' 'x86_64')
url="http://plugins.geany.org"
license=('GPL')
depends=('geany' 'lua' 'gtkspell' 'enchant' 'intltool')
source=(http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2)
md5sums=('94bc4901217641a07f840d92179643b0')

build() {
  cd ${srcdir}/$pkgname-$pkgver
  ./configure --prefix=/usr --libexecdir=/usr/lib # Thx djgera
  make 
}

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