diff options
Diffstat (limited to 'repo/system/imlib2.xibuild')
-rw-r--r-- | repo/system/imlib2.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/imlib2.xibuild b/repo/system/imlib2.xibuild index ca859bc..7d57dff 100644 --- a/repo/system/imlib2.xibuild +++ b/repo/system/imlib2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(libtiff giflib bzip2 freetype2 libxext libpng libid3tag libjpeg-turbo libwebp libheif librsvg xz) +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 |