diff options
Diffstat (limited to 'src/libcroco.mk')
-rw-r--r-- | src/libcroco.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libcroco.mk b/src/libcroco.mk index 651810a..00e23b1 100644 --- a/src/libcroco.mk +++ b/src/libcroco.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. -# Libcroco PKG := libcroco $(PKG)_IGNORE := -$(PKG)_VERSION := 0.6.2 $(PKG)_CHECKSUM := 4b0dd540a47f2492b1ac7cd7e3ec63c2ef4c9c2a $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 -$(PKG)_WEBSITE := http://www.freespiders.org/projects/libcroco/ $(PKG)_URL := http://ftp.gnome.org/pub/GNOME/sources/libcroco/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) $(PKG)_DEPS := gcc glib libxml2 |