diff options
Diffstat (limited to 'src/liboil.mk')
-rw-r--r-- | src/liboil.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/liboil.mk b/src/liboil.mk index e1010bf..eb1b545 100644 --- a/src/liboil.mk +++ b/src/liboil.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# liboil PKG := liboil $(PKG)_IGNORE := -$(PKG)_VERSION := 0.3.17 $(PKG)_CHECKSUM := f9d7103a3a4a4089f56197f81871ae9129d229ed $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://$(PKG).freedesktop.org/ $(PKG)_URL := http://$(PKG).freedesktop.org/download/$($(PKG)_FILE) $(PKG)_DEPS := gcc |