milis/talimatname/genel/l/libchamplain/talimat

18 lines
486 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Rasterized haritaları görüntülemek için Gtk3 aracı.
2017-07-25 22:21:02 +02:00
# URL: http://projects.gnome.org/libchamplain/
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: clutter-gtk libsoup cairo sqlite gobject-introspection
2017-07-25 22:21:02 +02:00
name=libchamplain
version=0.12.14
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static --disable-debug --enable-vala
make
make DESTDIR=$PKG install
}