diff options
Diffstat (limited to 'repo/x11/cairomm/cairomm.xibuild')
-rw-r--r-- | repo/x11/cairomm/cairomm.xibuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/repo/x11/cairomm/cairomm.xibuild b/repo/x11/cairomm/cairomm.xibuild deleted file mode 100644 index 3d98220..0000000 --- a/repo/x11/cairomm/cairomm.xibuild +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -NAME="cairomm" -DESC="C++ bindings to Cairo vector graphics library" - -MAKEDEPS="meson ninja " -DEPS="cairo libsigc++ " - -PKG_VER=1.14.3 -SOURCE="https://www.cairographics.org/releases/cairomm-$PKG_VER.tar.xz" - -build () { - cd build && - meson --prefix=/usr \ - .. && - ninja -} - -package () { - DESTDIR=$PKG_DEST ninja install -} |