update package picomodel

This commit is contained in:
Tony Theodore 2013-03-29 20:54:46 +11:00
parent ce08826f34
commit c144442217
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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)'