annotate src/mingwrt-dll.mk @ 714:29f1ba4559ae

point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 08 Feb 2010 00:58:06 +0100
parents dab071eac9c0
children 5edfa8c55c56
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
641
dab071eac9c0 simplified file markers
Volker Grabsch <vog@notjusthosting.com>
parents: 568
diff changeset
1 # This file is part of mingw-cross-env.
714
29f1ba4559ae point consequently to "doc/index.html" instead of "doc/index.html or doc/README"
Volker Grabsch <vog@notjusthosting.com>
parents: 641
diff changeset
2 # See doc/index.html for further information.
465
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 # MinGW Runtime DLL
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 PKG := mingwrt-dll
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 $(PKG)_IGNORE :=
568
95119bb6fb77 update version of packages mingwrt, mingwrt-dll and w32api
Volker Grabsch <vog@notjusthosting.com>
parents: 465
diff changeset
7 $(PKG)_VERSION := 3.17
95119bb6fb77 update version of packages mingwrt, mingwrt-dll and w32api
Volker Grabsch <vog@notjusthosting.com>
parents: 465
diff changeset
8 $(PKG)_CHECKSUM := 3da95df7238337307b4b5af22d7d0b6ac61250ad
465
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 $(PKG)_SUBDIR := .
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 $(PKG)_FILE := mingwrt-$($(PKG)_VERSION)-mingw32-dll.tar.gz
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 $(PKG)_WEBSITE := http://mingw.sourceforge.net/
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/mingw/MinGW Runtime/mingwrt-$($(PKG)_VERSION)/$($(PKG)_FILE)
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 $(PKG)_DEPS :=
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 define $(PKG)_UPDATE
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/mingw/files/MinGW Runtime/) | \
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 $(SED) -n 's,.*mingwrt-\([0-9][^>]*\)-mingw32-dll\.tar.*,\1,p' | \
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 tail -1
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 endef
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 define $(PKG)_BUILD
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 $(INSTALL) -d '$(PREFIX)/$(TARGET)'
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 cd '$(1)' && \
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 cp -rpv bin '$(PREFIX)/$(TARGET)'
ecd04bd51de2 new package: mingwrt-dll (for mingwm10.dll)
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 endef