summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-06 21:28:10 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-06 21:28:10 -0300
commitffe704476da0c2d85e2995e3f3352330ab3b7dab (patch)
tree98a959e46fe3f7419bcc6697e54db9a0a2e50ede /pcr
parent36c0d41922910cdd29e46a6bfce04a8aaf629f26 (diff)
blender-addon-ogre: rebuild pkg
Diffstat (limited to 'pcr')
-rw-r--r--pcr/blender-addon-ogre/PKGBUILD32
1 files changed, 19 insertions, 13 deletions
diff --git a/pcr/blender-addon-ogre/PKGBUILD b/pcr/blender-addon-ogre/PKGBUILD
index 6df1b2e34..6dbe466e2 100644
--- a/pcr/blender-addon-ogre/PKGBUILD
+++ b/pcr/blender-addon-ogre/PKGBUILD
@@ -1,23 +1,25 @@
# Maintainer: Márcio Silva <coadde@parabola.nu>
+_pkgname=ogre
+_pkgver=0.6.0
+_pkgverM=${_pkgver%.*}
_bldname=blender
_bldver=2.71
_bldep=14
+_srcname=${_bldname}2$_pkgname
-_pkgname=ogre
pkgname=$_bldname-addon-$_pkgname
-pkgver=0.6.0
-pkgrel=6
-pkgdesc="${_bldname}2$_pkgname: A addon for the ${_bldname^} which allows export to ${_pkgname^}3D formats (scene/mesh/material/skeleton) (built for the $_bldname package)"
-arch=any
-url=https://code.google.com/p/${_bldname}2$_pkgname
-license=LGPL2.1
-depends=(
- "$_bldname>=$_bldep:$_bldver"
- "$_bldname<$(($_bldep+1)):${_bldver::2}$((${_bldver:2:4}+1))"
-)
-source=https://${_bldname}2$_pkgname.googlecode.com/files/${_bldname}2$_pkgname-$pkgver.zip
-sha512sums=15609a6dc3f5901ec59193acb6944017cc426fa12ce658715006ba781b6c39a09f38a64c858b28f7e662dff50eccf06ec6ef6efc22e0d2876c6c77fb18c04712
+pkgver=$_pkgver
+pkgrel=7
+pkgdesc="$_srcname: A addon for the ${_bldname^} which allows export to ${_pkgname^}3D formats (scene/mesh/material/skeleton) (built for the $_bldname package)"
+arch=('any')
+url="https://code.google.com/p/${_bldname}2$_pkgname"
+license=('LGPL2.1')
+depends=("$_bldname>=$_bldep:$_bldver" "$_bldname<$(($_bldep+1)):${_bldver/.*/}.$((${_bldver/*./}+1))")
+source=("https://${_bldname}2$_pkgname.googlecode.com/files/${_bldname}2$_pkgname-$pkgver.zip"
+ 'http://www.gnu.org/licenses/lgpl-2.1.txt')
+sha512sums=('15609a6dc3f5901ec59193acb6944017cc426fa12ce658715006ba781b6c39a09f38a64c858b28f7e662dff50eccf06ec6ef6efc22e0d2876c6c77fb18c04712'
+ '1bca76c9f2f559a7851c278650125cd4f44a7ae4a96ceee6a6ba81d34d28fe7d6125c5ee459fef729b6a2a0eba3075c0841c8a156b3a26f66194f77f7d49151c')
prepare() {
msg 'renaming wrong OS name'
@@ -26,6 +28,10 @@ prepare() {
package() {
cd $srcdir
+
a=$pkgdir/usr/share/$_bldname/$_bldver/scripts/addons/$_pkgname
+ b=$pkgdir/usr/share/licenses/$pkgname
+
install -vd $a && cp -va io_export_${_pkgname}DotScene.py $a/__init__.py
+ install -vd $b && install -vm644 $startdir/lgpl-2.1.txt $b/LGPL-v2.1
}