Skip to content

Commit

Permalink
dillo: resurrect at 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed May 7, 2024
1 parent 888593f commit aa5ea4d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions community/dillo/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh -e

export DESTDIR="$1"

autoreconf -vif

./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-ipv6 \
--enable-tls

make
make install
1 change: 1 addition & 0 deletions community/dillo/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4018ff1a57e6507748d5162a2341f6b707066e0518306829a76a52d0936eb1cc02
5 changes: 5 additions & 0 deletions community/dillo/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
autoconf make
automake make
fltk
libXft
libXinerama
1 change: 1 addition & 0 deletions community/dillo/esources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/dillo-browser/dillo/releases/download/vVERSION/dillo-VERSION.tar.gz
1 change: 1 addition & 0 deletions community/dillo/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz
1 change: 1 addition & 0 deletions community/dillo/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.0 1

0 comments on commit aa5ea4d

Please sign in to comment.