diff options
Diffstat (limited to 'community/naev')
-rw-r--r-- | community/naev/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/naev/PKGBUILD b/community/naev/PKGBUILD deleted file mode 100644 index 2c5f407b2..000000000 --- a/community/naev/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 90067 2013-05-06 19:38:39Z foutrelis $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: Johan Rehnberg <cleanrock@gmail.com> - -pkgname=naev -pkgver=0.5.3 -pkgrel=2 -pkgdesc='2D action/rpg space game' -arch=('i686' 'x86_64') -url="http://code.google.com/p/naev/" -license=('GPL3') -depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'naev-data') -makedepends=('freeglut') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('bec719b3daa33ec190d785120a7b0159') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - sed -i "41 i #include <zlib.h>" src/opengl.c - - ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata-${pkgver} - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install -} |