2012-07-30 13:05:48 +00:00
|
|
|
# Template file for 'fossil'
|
|
|
|
pkgname=fossil
|
2015-11-03 07:58:16 +00:00
|
|
|
version=1.34
|
|
|
|
revision=1
|
2015-05-24 04:23:12 +00:00
|
|
|
wrksrc="fossil-src-${version}"
|
2014-02-14 15:36:16 +00:00
|
|
|
build_style=configure
|
|
|
|
hostmakedepends="tcl"
|
2015-03-27 09:50:40 +00:00
|
|
|
makedepends="zlib-devel libressl-devel readline-devel sqlite-devel"
|
2012-07-30 13:05:48 +00:00
|
|
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2015-02-24 07:14:03 +00:00
|
|
|
license="2-clause-BSD"
|
2012-07-30 13:05:48 +00:00
|
|
|
homepage="http://www.fossil-scm.org"
|
2015-03-15 08:35:46 +00:00
|
|
|
distfiles="http://www.fossil-scm.org/download/fossil-src-${version}.tar.gz"
|
2015-11-03 07:58:16 +00:00
|
|
|
checksum=53a6b83e878feced9ac7705f87e5b6ea82727314e3e19202ae1c46c7e4dba49f
|
2012-07-30 13:05:48 +00:00
|
|
|
|
2014-02-14 15:36:16 +00:00
|
|
|
do_configure() {
|
2012-07-30 13:05:48 +00:00
|
|
|
./configure --prefix=/usr --disable-internal-sqlite
|
|
|
|
}
|
2015-02-24 07:14:03 +00:00
|
|
|
post_install() {
|
|
|
|
vman fossil.1
|
|
|
|
vlicense COPYRIGHT-BSD2.txt LICENSE
|
|
|
|
}
|