|
|
@@ -27,6 +27,10 @@
|
|
|
# FIXME: rse: fails to compile because -lSDL is not taken over -- needs Makefile hacking
|
|
|
# FIXME: ms: has possible dependency to libusb (?)
|
|
|
|
|
|
+# package version
|
|
|
+%define V_opkg 2.33.2
|
|
|
+%define V_dist 2.33-2
|
|
|
+
|
|
|
# package information
|
|
|
Name: blender
|
|
|
Summary: Modeling/Rendering/Animation Engine
|
|
|
@@ -37,11 +41,11 @@ Distribution: OpenPKG
|
|
|
Class: JUNK
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
-Version: 2.33a
|
|
|
-Release: 20040514
|
|
|
+Version: %{V_opkg}
|
|
|
+Release: 20040604
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://download.blender.org/source/blender-%{version}.tar.bz2
|
|
|
+Source0: http://download.blender.org/source/blender-%{V_dist}.tar.bz2
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -60,7 +64,7 @@ AutoReqProv: no
|
|
|
|
|
|
%track
|
|
|
prog blender = {
|
|
|
- version = %{version}
|
|
|
+ version = %{V_dist}
|
|
|
url = http://download.blender.org/source/
|
|
|
regex = blender-(__VER__)\.tar\.bz2
|
|
|
}
|