summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-29 09:54:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-29 09:54:46 (GMT)
commitc144442217e1bc9726e9aa4ba0d209699d765bc6 (patch)
treebcc8888087b697c1f007502f649461358f15b77e
parentce08826f3468bac7a7d1a45cc023e175687cb026 (diff)
downloadmxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.zip
mxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.tar.gz
mxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.tar.bz2
update package picomodel
-rw-r--r--index.html2
-rw-r--r--src/picomodel.mk10
2 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 7b8d161..27c6741 100644
--- a/index.html
+++ b/index.html
@@ -1891,7 +1891,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="picomodel-package">picomodel</td>
- <td id="picomodel-version">0.8.20</td>
+ <td id="picomodel-version">1142ad8</td>
<td id="picomodel-website"><a href="http://code.google.com/p/picomodel/">picomodel</a></td>
</tr>
<tr>
diff --git a/src/picomodel.mk b/src/picomodel.mk
index 53fd6da..752abf2 100644
--- a/src/picomodel.mk
+++ b/src/picomodel.mk
@@ -3,10 +3,10 @@
PKG := picomodel
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := dda03a87ec16ce7fa08be8342490e26bd25c101b
-$(PKG)_SUBDIR := picomodel-$($(PKG)_VERSION)
-$(PKG)_FILE := picomodel-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://picomodel.googlecode.com/files/$($(PKG)_FILE)
+$(PKG)_CHECKSUM := b82b16ee69edaefe751b678b577b90c1971ce4db
+$(PKG)_SUBDIR := ufoai-$(PKG)-$($(PKG)_VERSION)
+$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL := https://github.com/ufoai/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
@@ -16,7 +16,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
+ cd '$(1)' && ./autogen.sh && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'