summaryrefslogtreecommitdiff
path: root/community/wings3d
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-16 01:45:08 -0700
committerroot <root@rshg054.dnsready.net>2013-08-16 01:45:08 -0700
commit6a3f02abeeecab3efb4442e39e28e05897f25316 (patch)
treed64fee954cd25e076689b8fea617e207b86f3749 /community/wings3d
parent67142d22ee558cc14309b0a3d372ed796ae8d545 (diff)
Fri Aug 16 01:44:39 PDT 2013
Diffstat (limited to 'community/wings3d')
-rw-r--r--community/wings3d/PKGBUILD22
1 files changed, 10 insertions, 12 deletions
diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD
index dd72f80de..bcca41378 100644
--- a/community/wings3d/PKGBUILD
+++ b/community/wings3d/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 87126 2013-03-27 16:37:11Z arodseth $
+# $Id: PKGBUILD 95698 2013-08-15 18:31:52Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: kappa <kappacurve@gmail.com>
pkgname=wings3d
_pkgname=wings
pkgver=1.4.1
-pkgrel=17
+pkgrel=18
pkgdesc='3D modeling program'
arch=('x86_64' 'i686')
url='http://www.wings3d.com/'
@@ -17,32 +17,30 @@ install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz"
"$pkgname.sh"
"$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png")
-sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83'
+sha256sums=('02be0f1a2494b5243ecf027e6cc6e95e0fbe6d6dca6393b3a202c9d12c6bd5e6'
'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_categories=('Graphics;3DGraphics')
-build() {
- cd "$srcdir"
- gendesk
+prepare() {
+ gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+ --genericname '3D Modeler' --categories 'Graphics;3DGraphics'
+}
+build() {
cd "$_pkgname-master"
+
export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
make
make lang
}
package() {
- cd "$srcdir/$_pkgname-master"
+ cd "$_pkgname-master"
mkdir -p "$pkgdir/usr/lib/$pkgname"
for subdir in ebin fonts patches plugins shaders textures; do
cp -r "$srcdir/$_pkgname-master/$subdir/" "$pkgdir/usr/lib/$pkgname"
done
-
- install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
cd "$srcdir"
install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"