summaryrefslogtreecommitdiff
path: root/community/love/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/love/PKGBUILD')
-rw-r--r--community/love/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/love/PKGBUILD b/community/love/PKGBUILD
index 68bb4d8ce..0fc743ccc 100644
--- a/community/love/PKGBUILD
+++ b/community/love/PKGBUILD
@@ -3,20 +3,20 @@
# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
pkgname=love
pkgver=0.8.0
-pkgrel=1
-pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences."
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences"
arch=(i686 x86_64)
url="http://love2d.org/"
license=('zlib')
depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
install=love.install
-source=("https://bitbucket.org/rude/love/get/e0f98d53debb.tar.bz2"
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz"
"https://bitbucket.org/rude/love/raw/$pkgver/license.txt"
"https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/app.svg"
"https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/game.svg"
"https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.desktop"
"https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.xml")
-md5sums=('e21fa52d906f9f5f76dfbb0ce6b60121'
+md5sums=('9db9c32585fc7c7da3eba7e438783099'
'a4890908149d91bc042b30d00c121c58'
'a1e19f91420cc519a683af360f5b1120'
'16f2ecc899c9ffc8b7b7c807f8967861'
@@ -24,14 +24,15 @@ md5sums=('e21fa52d906f9f5f76dfbb0ce6b60121'
'b4f00fb1cb80057a0a371a994100d418')
build() {
- cd "$srcdir"/rude-love-*
- ./platform/unix/automagic
+ cd "$srcdir"/love-$pkgver
+ #./platform/unix/automagic
./configure --prefix=/usr --with-luajit #LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
make
}
package() {
- cd "$srcdir"/rude-love-*
+ cd "$srcdir"/love-$pkgver
+
make DESTDIR="$pkgdir" install
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"