updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fxscintilla / PKGBUILD
blob5ed2b6866073ec1b76a870bab4a0a8960131f4e8
1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Michal Krenek <mikos@sg1.cz>
4 pkgname=fxscintilla
5 pkgver=2.28.0
6 pkgrel=1
7 pkgdesc="An implementation of the Scintilla text editing widget for the FOX GUI Library."
8 arch=('i686' 'x86_64')
9 url="http://www.nongnu.org/$pkgname/"
10 license=('LGPL')
11 depends=('fox')
12 options=('!libtool')
13 source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
14 md5sums=('c4b4512b1fb3f52d0db46730dd99ce39')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
19   ./configure --prefix=/usr \
20               --enable-static=no \
21               --enable-shared=yes
22   make
25 package() {
26   cd "$srcdir/$pkgname-$pkgver"
28   make DESTDIR="$pkgdir/" install