summaryrefslogtreecommitdiff
path: root/pcr/guile-json/PKGBUILD
blob: 8d71dea80389b44515b6acb06d5ba485f382f849 (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
25
26
# Maintainer (AUR): holos
# Contributor (AUR): tantalum

# parabola changes and rationale:
#  no changes.

pkgname=guile-json
pkgrel=1
pkgver=0.5.0
pkgdesc='JSON module for Guile'
url="https://github.com/aconchillo/guile-json"
arch=('any')
license=('LGPL')
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('0dd9327f4d6edfcd7ca48c8d854bf4c0028ff276cc4f7ffcd72d5b9128190a51')

build() {
  cd "$pkgname-$pkgver"
  ./configure --prefix=/usr
  make
}

package() {
  cd "$pkgname-$pkgver"
  make DESTDIR="$pkgdir" install
}