summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 71cff902c8357399ee2366c929a3cb67f9ea523f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Aaron P <aaronbpaden@gmail.com>
# Contributer: Jim Pryor <profjim@jimpryor.net>

pkgname=chicken-easyffi
_pkgname=easyffi
pkgver=1.99.7
pkgrel=4
pkgdesc="Chicken Scheme Egg: Generates bindings from C/C++ declarations"
arch=('i686' 'x86_64')
url="http://chicken.wiki.br/eggref/4/easyffi"
license=('BSD')
depends=('chicken>=4.5.0' 'chicken-silex' 'chicken-matchable'
         'chicken-make' 'chicken-regex')
options=(docs !libtool !emptydirs)

build() {
	cd "$srcdir/"
	chicken-install -r "${_pkgname}":"${pkgver}"
}

package() {
	cd "$_pkgname"
	chicken-install -p "$pkgdir/usr"
}