diff options
Diffstat (limited to 'repo/x11/libxv.xibuild')
-rw-r--r-- | repo/x11/libxv.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libxv.xibuild b/repo/x11/libxv.xibuild index 5b51ba1..c7fa2b6 100644 --- a/repo/x11/libxv.xibuild +++ b/repo/x11/libxv.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make asciidoc xmlto lynx) -DEPS=(fontconfig libxcb elogind) +MAKEDEPS="make asciidoc xmlto lynx" +DEPS="fontconfig libxcb elogind" PKG_VER=1.0.11 SOURCE=https://www.x.org/pub/individual/lib/libXv-$PKG_VER.tar.bz2 |