diff options
Diffstat (limited to 'src/liblo.mk')
-rw-r--r-- | src/liblo.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/liblo.mk b/src/liblo.mk index aa83ffb..b326c7f 100644 --- a/src/liblo.mk +++ b/src/liblo.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. -# liblo PKG := liblo $(PKG)_IGNORE := -$(PKG)_VERSION := 0.26 $(PKG)_CHECKSUM := 21942c8f19e9829b5842cb85352f98c49dfbc823 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://liblo.sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc pthreads |