Created
April 7, 2012 13:25
-
-
Save dseg/2328867 to your computer and use it in GitHub Desktop.
neko v1.8.2-7 patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD 2012-04-05 18:48:24.000000000 +0900 | |
+++ PKGBUILD.neko.1.8.2-7 2012-04-07 18:50:50.989358970 +0900 | |
@@ -6,13 +6,13 @@ | |
pkgname=neko | |
pkgver=1.8.2 | |
-_fixedrevision=1878 | |
-pkgrel=6 | |
+_fixedrevision=1879 | |
+pkgrel=7 | |
pkgdesc="High-level language which can also be used as an embedded scripting language" | |
url="http://nekovm.org/" | |
license=('LGPL') | |
arch=('x86_64' 'i686') | |
-depends=('gc' 'gtk2' 'libmysqlclient' 'pcre' 'zlib' 'sqlite3' 'apache') | |
+depends=('gc' 'gtk2' 'libmysqlclient' 'pcre' 'zlib' 'sqlite' 'apache') | |
makedepends=('pkgconfig' 'setconf' 'apr') | |
options=('!strip') | |
source=('install.neko.patch') | |
@@ -50,6 +50,11 @@ | |
CFLAGS+=`pkg-config --cflags apr-1` make -j1 | |
} | |
+check() { | |
+ cd "$srcdir/$pkgname-build" | |
+ make test | |
+} | |
+ | |
package() { | |
cd "$srcdir/$pkgname-build" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment