diff options
Diffstat (limited to 'community-testing/warzone2100/PKGBUILD')
-rw-r--r-- | community-testing/warzone2100/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community-testing/warzone2100/PKGBUILD b/community-testing/warzone2100/PKGBUILD deleted file mode 100644 index eaeae8a6c..000000000 --- a/community-testing/warzone2100/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 63312 2012-01-30 19:10:50Z ibiru $ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Angelo Theodorou <encelo@users.sourceforge.net> - -pkgname=warzone2100 -pkgver=2.3.9 -pkgrel=2 -pkgdesc="3D realtime strategy game on a future Earth" -url="http://wz2100.net/" -arch=('i686' 'x86_64') -license=('GPL') -depends=('sdl_net' 'libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora' 'libmad' 'mesa' 'physfs' 'quesoglc' 'popt' 'ttf-dejavu') -makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip') -source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('7185090a089c9c0e0eca7535a8f25dca') - -build() { - cd ${pkgname}-${pkgver} - - ./configure --prefix=/usr --with-distributor="Arch linux" - - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} |