From caaeea46a9102837d6402a650e4765bf62462e7c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:23 +0000 Subject: [PATCH] glfw: extract update_* to external update file --- srcpkgs/glfw/template | 1 - srcpkgs/glfw/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/glfw/update diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template index 9a321ea1b21..5679fc6c432 100644 --- a/srcpkgs/glfw/template +++ b/srcpkgs/glfw/template @@ -9,7 +9,6 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts" maintainer="Enno Boland " license="BSD-3" homepage="http://www.glfw.org" -update_ignore='*WIN*' distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=4f09d70b9e341c8613873cadb51d9e40a67982b5bb919e024783cec7ac09efc0 configure_args="-DBUILD_SHARED_LIBS=ON" diff --git a/srcpkgs/glfw/update b/srcpkgs/glfw/update new file mode 100644 index 00000000000..e38a298814d --- /dev/null +++ b/srcpkgs/glfw/update @@ -0,0 +1 @@ +ignore='*WIN*'