glfw: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:23 +00:00
parent 3fa37458f4
commit caaeea46a9
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts"
maintainer="Enno Boland <eb@s01.de>"
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"

1
srcpkgs/glfw/update Normal file
View File

@ -0,0 +1 @@
ignore='*WIN*'