diff options
author | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
commit | 139460a7a8b085588b699c488fd19b166db18a74 (patch) | |
tree | c7ef8dc756803db980465dd7bc9186f9c642aa50 /community/megaglest | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Sun Jul 10 23:13:07 UTC 2011
Diffstat (limited to 'community/megaglest')
-rw-r--r-- | community/megaglest/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD index 828d91eac..9f2f8f54a 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 48032 2011-05-27 16:13:36Z svenstaro $ +# $Id: PKGBUILD 51432 2011-07-09 04:39:59Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=megaglest -pkgver=3.5.2 +pkgver=3.5.2.4 pkgrel=1 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." arch=('i686' 'x86_64') @@ -12,10 +12,10 @@ license=('GPL3') depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'mesa' 'lua' 'icu') makedepends=('ftjam' 'p7zip' 'wxgtk' 'cmake') source=("http://downloads.sourceforge.net/project/${pkgname}/current_release/${pkgname}-source-${pkgver}.tar.xz") -md5sums=('90e0bdcbdfa95cb0322c04082418a56c') +md5sums=('0f8a3857d41fce8a726eebcc4826ad60') build() { - cd ${srcdir}/${pkgname}-${pkgver}/ + cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ [[ -d build ]] && rm -r build mkdir build && cd build @@ -27,10 +27,10 @@ build() { } package() { - cd ${srcdir}/${pkgname}-${pkgver}/ + cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ cd build - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install } # vim: sw=2:ts=2 et: |