Date: Monday, December 7, 2015 @ 04:57:31 Author: bpiotrowski Revision: 149545
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: love08/repos/community-staging-i686/ love08/repos/community-staging-i686/PKGBUILD (from rev 149544, love08/trunk/PKGBUILD) love08/repos/community-staging-x86_64/ love08/repos/community-staging-x86_64/PKGBUILD (from rev 149544, love08/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) Copied: love08/repos/community-staging-i686/PKGBUILD (from rev 149544, love08/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-12-07 03:57:31 UTC (rev 149545) @@ -0,0 +1,30 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Linus Sjögren <thel...@unreliablepollution.net> +# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze +pkgname=love08 +pkgver=0.8.0 +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' 'libgl' 'glu') +makedepends=('mesa') +source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz") +md5sums=('9db9c32585fc7c7da3eba7e438783099') + +build() { + cd "$srcdir"/love-$pkgver + ./configure --program-suffix=08 --prefix=/usr --with-luajit + make +} + +package() { + cd "$srcdir"/love-$pkgver + + make DESTDIR="$pkgdir" install + + install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Copied: love08/repos/community-staging-x86_64/PKGBUILD (from rev 149544, love08/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-12-07 03:57:31 UTC (rev 149545) @@ -0,0 +1,30 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: Linus Sjögren <thel...@unreliablepollution.net> +# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze +pkgname=love08 +pkgver=0.8.0 +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' 'libgl' 'glu') +makedepends=('mesa') +source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz") +md5sums=('9db9c32585fc7c7da3eba7e438783099') + +build() { + cd "$srcdir"/love-$pkgver + ./configure --program-suffix=08 --prefix=/usr --with-luajit + make +} + +package() { + cd "$srcdir"/love-$pkgver + + make DESTDIR="$pkgdir" install + + install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: