comparison src/src-msys-perl.mk @ 3960:bd51e2f81020

mingw: add perl msys module for devel tools * index.html: add msys-perl, msys-libcrypt * src/msys-perl.mk: new file * src/src-msys-perl.mk: new file * src/msys-libcrypt.mk: new file * src/src-msys-libcrypt.mk: new file * Makefile.in: add msys-perl, msys-libcrypt to installer in cross mingw * dist-files.mk: add libcrypy and perl files
author John Donoghue <john.donoghue@ieee.org>
date Mon, 08 Jun 2015 19:21:00 -0400
parents
children
comparison
equal deleted inserted replaced
3959:6303de54ff1b 3960:bd51e2f81020
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := src-msys-perl
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 5.8.8-1
7 $(PKG)_CHECKSUM := 2510a7ff6bf9486d0ffe51f86f8b4a57366c809c
8 $(PKG)_REMOTE_SUBDIR := perl/perl-$($(PKG)_VERSION)
9 $(PKG)_SUBDIR :=
10 $(PKG)_FILE := perl-$($(PKG)_VERSION)-msys-1.0.17-src.tar.lzma
11 $(PKG)_URL := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
12 $(PKG)_DEPS :=
13
14 define $(PKG)_UPDATE
15 $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/perl' | \
16 $(SED) -n 's,.*title="perl-\([0-9][^"]*\)".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 endef