diff options
Diffstat (limited to 'repo/x11/pangomm')
-rw-r--r-- | repo/x11/pangomm/pangomm.xibuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/repo/x11/pangomm/pangomm.xibuild b/repo/x11/pangomm/pangomm.xibuild deleted file mode 100644 index 05e3a6b..0000000 --- a/repo/x11/pangomm/pangomm.xibuild +++ /dev/null @@ -1,22 +0,0 @@ -#!/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 -} |