Skip to content
Snippets Groups Projects
Commit a8513ef9 authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upgpkg: 3.0.5-5

parent dc3ae883
No related branches found
Tags 1.26.0-2
No related merge requests found
......@@ -3,13 +3,13 @@
pkgname=dillo
pkgver=3.0.5
pkgrel=4
pkgrel=5
pkgdesc="A small, fast graphical web browser built on FLTK"
arch=(i686 x86_64)
url="http://www.dillo.org"
license=('GPL')
depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
'libxi' 'libxinerama')
'libxi' 'libxinerama' 'openssl-1.0')
backup=(etc/dillo/{dillorc,dpidrc})
validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
......@@ -18,7 +18,8 @@ sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
--enable-ssl
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment