void-packages/srcpkgs/fossil/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
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.
2015-03-27 10:59:58 +01:00

21 lines
660 B
Bash

# Template file for 'fossil'
pkgname=fossil
version=1.32
revision=1
build_style=configure
hostmakedepends="tcl"
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
short_desc="Simple, high-reliability, distributed software configuration management"
maintainer="Juan RP <xtraeme@gmail.com>"
license="2-clause-BSD"
homepage="http://www.fossil-scm.org"
distfiles="http://www.fossil-scm.org/download/fossil-src-${version}.tar.gz"
checksum=cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e
do_configure() {
./configure --prefix=/usr --disable-internal-sqlite
}
post_install() {
vman fossil.1
vlicense COPYRIGHT-BSD2.txt LICENSE
}