updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / links-g-directfb / PKGBUILD
blobec045f3a3a7943c17abb323a91978b314cb27690
1 # Maintainer: JokerBoy <jokerboy at punctweb dot ro>
2 # Contributor: sqwishy <sqwishybon@gmail.com>
3 # Contributor: Duologic
5 pkgname=links-g-directfb
6 _pkgname=links
7 pkgver=2.5
8 pkgrel=1
9 pkgdesc="A text WWW browser, similar to Lynx, with framebuffer and graphics enabled (also with directfb)"
10 arch=('i686' 'x86_64')
11 url="http://links.twibright.com/"
12 license=('GPL')
13 depends=('bzip2' 'zlib' 'openssl' 'gpm' 'libtiff' 'libpng' 'directfb')
14 conflicts=('links')
15 provides=('links')
16 source=("http://links.twibright.com/download/${_pkgname}-${pkgver}.tar.bz2")
17 sha1sums=('fe4bc37be8aebd9196c35ffef724435cea94349c')
19 build() {
20   cd "${srcdir}/${_pkgname}-${pkgver}"
21   (cd intl; ./gen-intl; ./synclang)
22   ./configure \
23       --prefix=/usr \
24       --mandir=/usr/share/man \
25       --enable-javascript \
26       --enable-graphics \
27       --with-ssl \
28       --with-fb \
29       --with-directfb
30   make
33 package() {
34   cd "${srcdir}/${_pkgname}-${pkgver}"
35   make DESTDIR="${pkgdir}" install