fossil: update to 1.28.
This commit is contained in:
parent
d900c416ce
commit
fed7e14c9b
|
@ -1,30 +1,19 @@
|
||||||
# Template file for 'fossil'
|
# Template file for 'fossil'
|
||||||
pkgname=fossil
|
pkgname=fossil
|
||||||
version=20120317175325
|
version=1.28
|
||||||
wrksrc="fossil-src-${version}"
|
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="openssl-devel readline-devel sqlite-devel"
|
_distver="20140127173344"
|
||||||
|
wrksrc="fossil-src-${_distver}"
|
||||||
|
build_style=configure
|
||||||
|
hostmakedepends="tcl"
|
||||||
|
makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
|
||||||
short_desc="Simple, high-reliability, distributed software configuration management"
|
short_desc="Simple, high-reliability, distributed software configuration management"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.fossil-scm.org"
|
homepage="http://www.fossil-scm.org"
|
||||||
distfiles="http://www.fossil-scm.org/download/fossil-src-${version}.tar.gz"
|
distfiles="http://www.fossil-scm.org/download/fossil-src-${_distver}.tar.gz"
|
||||||
checksum=8ea3462a29e645fe0bd062d5742de4e1921a38acced5107d08465821d95aa9b0
|
checksum=aca7c5a7c39ae2880712020e089c9c12543ba656c71d8cf8ac50e3c8871baa80
|
||||||
long_desc="
|
|
||||||
Fossil is an easy-to-use Distributed Source Control Management system (DSCM)
|
|
||||||
which supports access and administration over HTTP CGI or via a built-in HTTP
|
|
||||||
server, has a built-in wiki, built-in file browsing, a built-in tickets system,
|
|
||||||
etc."
|
|
||||||
|
|
||||||
do_build() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --disable-internal-sqlite
|
./configure --prefix=/usr --disable-internal-sqlite
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmkdir usr/bin
|
|
||||||
make DESTDIR=${DESTDIR} install
|
|
||||||
|
|
||||||
# Install license.
|
|
||||||
vinstall COPYRIGHT-BSD2.txt 644 usr/share/licenses/${pkgname} LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue