mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
19 lines
428 B
Plaintext
Executable File
19 lines
428 B
Plaintext
Executable File
# description : Clutter-based widget that is used to display rich and interactive maps
|
|
# depends : gobject-introspection vala gtk3 libsoup sqlite clutter-gtk
|
|
|
|
name=libchamplain
|
|
version=0.12.20
|
|
release=1
|
|
source="http://ftp.gnome.org/pub/gnome/sources/libchamplain/${version%.*}/libchamplain-$version.tar.xz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
mkdir build
|
|
cd build
|
|
|
|
meson --prefix=/usr ..
|
|
ninja
|
|
DESTDIR=$PKG ninja install
|
|
}
|