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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=fossil
|
|
|
|
|
surum=2.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://www.fossil-scm.org/index.html/uv/fossil-src-$surum.tar.gz)
|
2017-10-19 00:51:47 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-10-19 00:51:47 +02:00
|
|
|
|
./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
|
2017-10-28 14:10:23 +02:00
|
|
|
|
install -Dm644 COPYRIGHT-BSD2.txt "$PKG"/usr/share/licenses/$isim/LICENSE
|
2017-10-19 00:51:47 +02:00
|
|
|
|
}
|