comparison src/gdb.mk @ 2365:b5321bdec505

Move full package names from src/*.mk into package list (index.html)
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 21:41:44 +0200
parents 99516e73b368
children 83aeb24292e3
comparison
equal deleted inserted replaced
2364:a6524c266d43 2365:b5321bdec505
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 # gdb
5 PKG := gdb 4 PKG := gdb
6 $(PKG)_CHECKSUM := 43a3ee582eae4d69c2babea4f8700b7bec8e37fa 5 $(PKG)_CHECKSUM := 43a3ee582eae4d69c2babea4f8700b7bec8e37fa
7 $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION) 6 $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
8 $(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.bz2 7 $(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.bz2
9 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE) 8 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)