From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/pangomm/pangomm.xibuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 repo/pangomm/pangomm.xibuild (limited to 'repo/pangomm') diff --git a/repo/pangomm/pangomm.xibuild b/repo/pangomm/pangomm.xibuild new file mode 100644 index 0000000..05e3a6b --- /dev/null +++ b/repo/pangomm/pangomm.xibuild @@ -0,0 +1,22 @@ +#!/bin/sh + +NAME="pangomm" +DESC="C++ bindings for pango" + +MAKEDEPS="meson ninja " +DEPS="cairomm glib glibmm libsigc++ musl pango" + +PKG_VER=2.46.2 +SOURCE="https://download.gnome.org/sources/pangomm/${PKG_VER%.*}/pangomm-$PKG_VER.tar.xz" + +build () { + mkdir build && + cd build && + meson --prefix=/usr \ + .. && + ninja +} + +package () { + DESTDIR=$PKG_DEST ninja install +} -- cgit v1.2.1