Skip to content
All gists
GitHub
Sign up for a GitHub account
Sign in
KenjiTakahashi
/
PKGBUILD
Code
Revisions
1
Embed
URL
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Raw
PKGBUILD
pkgname=libtcejdb
pkgver=1.1.12
pkgrel=1
pkgdesc=
"
Embedded JSON Database engine
"
arch=(
'
i686
'
'
x86_64
'
)
url=
"
http://ejdb.org
"
license=(
'
LGPL
'
)
depends=(
'
zlib
'
)
source
=(
"
https://github.com/Softmotions/ejdb/archive/v
${pkgver}
.tar.gz
"
)
md5sums=(
'
90d0d5aa20c80c67ca2fce7babe807c6
'
)
build
() {
cd
"
${srcdir}
/ejdb-
${pkgver}
/tcejdb
"
./configure --prefix=/usr
make
}
package
() {
cd
"
${srcdir}
/ejdb-
${pkgver}
/tcejdb
"
make PREFIX=/usr DESTDIR=
"
$pkgdir
"
install
chmod 644
${pkgdir}
/usr/lib/libtcejdb.a
}
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
Something went wrong with that request. Please try again.