2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Dağıtık yazılım ayarlama,sürüm takip yönetimi uygulaması
|
2017-10-19 00:51:47 +02:00
|
|
|
|
# Url: https://www.fossil-scm.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: sqlite
|
2017-10-19 00:51:47 +02:00
|
|
|
|
|
|
|
|
|
name=fossil
|
|
|
|
|
version=2.3
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://www.fossil-scm.org/index.html/uv/fossil-src-$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build () {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr --json --disable-internal-sqlite
|
|
|
|
|
make
|
|
|
|
|
install -Dm755 fossil "$PKG"/usr/bin/fossil
|
|
|
|
|
install -Dm644 tools/fossil-autocomplete.bash "$PKG"/usr/share/bash-completion/completions/fossil
|
|
|
|
|
install -Dm644 COPYRIGHT-BSD2.txt "$PKG"/usr/share/licenses/$name/LICENSE
|
|
|
|
|
}
|