milis/talimatname/genel/p/proj/talimat

25 lines
643 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Kartografik Projeksiyonlar kütüphanesi
# URL: http://trac.osgeo.org/proj/
# Paketçi: Cihan_Alkan
# Gerekler:
# Grup: kütüphane
isim=proj
surum=4.9.3
devir=1
kaynak=(https://github.com/OSGeo/proj.4/archive/$surum.tar.gz::$isim-$surum.tar.gz
http://download.osgeo.org/proj/proj-datumgrid-1.6.zip)
derle() {
bsdtar -p -o -C "${SRC}"/proj.4-$surum/nad -xf "${DERLEME_KAYNAKDIZIN}"/proj-datumgrid-1.6.zip
cd "${SRC}"/$isim.4-$surum
autoreconf -if
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
rm -rf "${PKG}"/usr/share/man
install -Dm644 COPYING "${PKG}"/usr/share/licenses/$isim/LICENSE
}