summaryrefslogtreecommitdiff
path: root/community/openttd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
commita56d1a610bd4032e2eae610289333ad112fc5ba1 (patch)
tree5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /community/openttd
parent9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff)
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/midori/PKGBUILD community/ruby-gtk2/PKGBUILD extra/strigi/PKGBUILD libre/abiword-libre/PKGBUILD libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
Diffstat (limited to 'community/openttd')
-rw-r--r--community/openttd/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 21b9cf360..b1dda7907 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 82688 2013-01-23 00:15:57Z eric $
+# $Id: PKGBUILD 83874 2013-02-05 23:22:09Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
pkgver=1.2.3
-pkgrel=3
+pkgrel=4
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.openttd.org'
@@ -15,7 +15,7 @@ optdepends=('openttd-opengfx: free graphics'
source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz")
sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
-build() {
+package() {
cd ${pkgname}-${pkgver}
./configure \
@@ -29,10 +29,5 @@ build() {
--personal-dir=.${pkgname}
make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
make install
}