1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
17 lines
606 B
Bash
17 lines
606 B
Bash
# Template file for 'dillo'
|
|
pkgname=dillo
|
|
version=3.0.4.1
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ssl --enable-ipv6 --enable-threaded-dns"
|
|
conf_files="/etc/dillo/dillorc
|
|
/etc/dillo/domainrc
|
|
/etc/dillo/dpidrc
|
|
/etc/dillo/keysrc"
|
|
makedepends="fltk-devel libressl-devel"
|
|
short_desc="Small and light graphical web browser"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.dillo.org/download/"
|
|
distfiles="http://www.dillo.org/download/${pkgname}-${version}.tar.bz2"
|
|
checksum=ed97c48029ad1fe62c8a505f81c6ea127532697374153e652065fc6ced098647
|