mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/io to 2015.11.11-2
This commit is contained in:
parent
b6ab01e8a2
commit
cb7e27922b
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
# Contributor: Gergely Imreh <imrehg(at)gmail(dot)com>
|
||||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||
# Contributor: Gergely Imreh <imrehg@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - don't patch PATCH-added--msse2-to-compile-flags-for.patch
|
||||
|
||||
pkgname=io
|
||||
pkgver=2015.11.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='IO programming language'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://iolanguage.com/'
|
||||
|
@ -16,8 +16,8 @@ depends=('pcre' 'libsndfile' 'libxmu' 'freetype2' 'libedit' 'libxml2' 'libtiff'
|
|||
makedepends=('cmake' 'git')
|
||||
options=('!makeflags' '!buildflags')
|
||||
source=("git://github.com/stevedekorte/io#tag=$pkgver"
|
||||
PATCH-Fix-for-inlining-in-C11-mode.patch
|
||||
PATCH-added--msse2-to-compile-flags-for.patch)
|
||||
'PATCH-Fix-for-inlining-in-C11-mode.patch'
|
||||
'PATCH-added--msse2-to-compile-flags-for.patch')
|
||||
md5sums=('SKIP'
|
||||
'a3bab046cbc4be88ec95bb22c28abab3'
|
||||
'83552f6cabb4224cbcdcc01cb3bd4b90')
|
||||
|
@ -34,7 +34,7 @@ build() {
|
|||
mkdir -p build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make # Does not build with ninja
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue