From 1a229996c3bd26cc39e409fac83d29b3f5d5b17c Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 21 Feb 2022 21:39:04 +0000 Subject: added feh --- repo/system/imlib2.xibuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 repo/system/imlib2.xibuild (limited to 'repo/system') diff --git a/repo/system/imlib2.xibuild b/repo/system/imlib2.xibuild new file mode 100644 index 0000000..ca859bc --- /dev/null +++ b/repo/system/imlib2.xibuild @@ -0,0 +1,21 @@ +#!/bin/bash + +MAKEDEPS=(make) +DEPS=(libtiff giflib bzip2 freetype2 libxext libpng libid3tag libjpeg-turbo libwebp libheif librsvg xz) + +PKG_VER=1.8.0 +SOURCE=https://downloads.sourceforge.net/enlightenment/imlib2-$PKG_VER.tar.xz +DESC="Graphics library for fast file loading, saving, rendering and manipulation" + +build () { + ./configure --prefix=/usr --disable-static && + make + +} + +package () { + make DESTDIR=$PKG_DEST install + install -v -m755 -d /usr/share/doc/imlib2-$PKG_VER && + install -v -m644 doc/{*.gif,index.html} /usr/share/doc/imlib2-$PKG_VER + +} -- cgit v1.2.1