summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parentce08826f3468bac7a7d1a45cc023e175687cb026 (diff)
downloadmxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.zip
mxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.tar.gz
mxe-c144442217e1bc9726e9aa4ba0d209699d765bc6.tar.bz2
update package picomodel
Diffstat (limited to 'src')
-rw-r--r--src/picomodel.mk10
1 files changed, 5 insertions, 5 deletions
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)'