diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-04-22 14:18:59 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-04-22 14:18:59 (GMT) |
commit | fc8e9430399a10ef5fc4f9b8c32677cd9c4ee5fb (patch) | |
tree | 559f5c9f3ce5e7e141f45c6611fe0e0e6cb25cd9 /src/smpeg.mk | |
parent | 227eeb844c48db66fa4ad6f1c0a8317d67b86597 (diff) | |
download | mxe-fc8e9430399a10ef5fc4f9b8c32677cd9c4ee5fb.zip mxe-fc8e9430399a10ef5fc4f9b8c32677cd9c4ee5fb.tar.gz mxe-fc8e9430399a10ef5fc4f9b8c32677cd9c4ee5fb.tar.bz2 |
improved coding style
Diffstat (limited to 'src/smpeg.mk')
-rw-r--r-- | src/smpeg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpeg.mk b/src/smpeg.mk index e52db17..624a2bc 100644 --- a/src/smpeg.mk +++ b/src/smpeg.mk @@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := d3460181f4b5e79b33f3bf4e9642a4fe6f98bc89 $(PKG)_SUBDIR := smpeg-$($(PKG)_VERSION).orig $(PKG)_FILE := smpeg_$($(PKG)_VERSION).orig.tar.gz $(PKG)_WEBSITE := http://icculus.org/smpeg/ -$(PKG)_URL := http://ftp.debian.org/debian/pool/main/s/smpeg/$($(PKG)_FILE) +$(PKG)_URL := http://ftp.debian.org/debian/pool/main/s/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc sdl define $(PKG)_UPDATE |