From c144442217e1bc9726e9aa4ba0d209699d765bc6 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Fri, 29 Mar 2013 20:54:46 +1100 Subject: update package picomodel --- index.html | 2 +- src/picomodel.mk | 10 +++++----- 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 picomodel - 0.8.20 + 1142ad8 picomodel 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)' -- cgit v0.12