From aa5ea4d849fcc5c03d7a1c0cf1719940a9d21956 Mon Sep 17 00:00:00 2001 From: Ethan Date: Mon, 6 May 2024 21:31:37 -0500 Subject: [PATCH] dillo: resurrect at 3.1.0 --- community/dillo/build | 16 ++++++++++++++++ community/dillo/checksums | 1 + community/dillo/depends | 5 +++++ community/dillo/esources | 1 + community/dillo/sources | 1 + community/dillo/version | 1 + 6 files changed, 25 insertions(+) create mode 100755 community/dillo/build create mode 100644 community/dillo/checksums create mode 100644 community/dillo/depends create mode 100644 community/dillo/esources create mode 100644 community/dillo/sources create mode 100644 community/dillo/version diff --git a/community/dillo/build b/community/dillo/build new file mode 100755 index 000000000..c6174f031 --- /dev/null +++ b/community/dillo/build @@ -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 diff --git a/community/dillo/checksums b/community/dillo/checksums new file mode 100644 index 000000000..bb4ccd556 --- /dev/null +++ b/community/dillo/checksums @@ -0,0 +1 @@ +4018ff1a57e6507748d5162a2341f6b707066e0518306829a76a52d0936eb1cc02 diff --git a/community/dillo/depends b/community/dillo/depends new file mode 100644 index 000000000..fe58a8282 --- /dev/null +++ b/community/dillo/depends @@ -0,0 +1,5 @@ +autoconf make +automake make +fltk +libXft +libXinerama diff --git a/community/dillo/esources b/community/dillo/esources new file mode 100644 index 000000000..08b9115f1 --- /dev/null +++ b/community/dillo/esources @@ -0,0 +1 @@ +https://github.com/dillo-browser/dillo/releases/download/vVERSION/dillo-VERSION.tar.gz diff --git a/community/dillo/sources b/community/dillo/sources new file mode 100644 index 000000000..c33b15a36 --- /dev/null +++ b/community/dillo/sources @@ -0,0 +1 @@ +https://github.com/dillo-browser/dillo/releases/download/v3.1.0/dillo-3.1.0.tar.gz diff --git a/community/dillo/version b/community/dillo/version new file mode 100644 index 000000000..980778dfd --- /dev/null +++ b/community/dillo/version @@ -0,0 +1 @@ +3.1.0 1