mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Neueste GnuMP3d-Version eingepflegt
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@372 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
* glibc-2.3.6
|
||||
* gmp-4.2
|
||||
* gnump3d-2.9.8
|
||||
* gnump3d-2.9.9.9
|
||||
* gnupg-1.4.5
|
||||
* grep-2.5.1a
|
||||
* groff-1.18.1.1
|
||||
|
||||
@@ -26,15 +26,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.9.8
|
||||
VER = 2.9.9.9
|
||||
|
||||
THISAPP = gnump3d-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = http://download.savannah.gnu.org/releases/gnump3d
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = gnump3d
|
||||
PAK_VER = ipfire-beta1
|
||||
PAK_VER = 1
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 329507d7c6b3a05549fc04e223908825
|
||||
$(DL_FILE)_MD5 = 61aadff26da4e5539d481e7397ddaf3e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user