From 2029d277c59a302f27e0f5d7ad16a1345200772c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 21 Jun 2019 00:40:31 +0200 Subject: pcr: Add guile-json1 (dependency of guix 1.0.1) This was build tested on i686. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/guile-json1/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pcr/guile-json1/PKGBUILD diff --git a/pcr/guile-json1/PKGBUILD b/pcr/guile-json1/PKGBUILD new file mode 100644 index 000000000..8852b5c39 --- /dev/null +++ b/pcr/guile-json1/PKGBUILD @@ -0,0 +1,33 @@ +# Forked from guile-json 1.2.0 PKGBUILD + +# Maintainer (AUR): lantw44 +# Contributor (AUR): holos +# Contributor (AUR): tantalum + +# parabola changes and rationale: +# no changes. + +pkgname=guile-json1 +_pkgname=guile-json +pkgver=1.3.2 +pkgrel=1 +pkgdesc='JSON module for Guile (Version 1)' +arch=('x86_64' 'i686' 'armv7h') +url='https://savannah.nongnu.org/projects/guile-json' +license=('GPL3') +depends=('guile') +provides=("$_pkgname=$pkgver") +conflicts=("$_pkgname") +source=("https://download.savannah.gnu.org/releases/$_pkgname/$_pkgname-$pkgver.tar.gz") +sha256sums=('33f94ea73c478faeca0d56c6d4c12591cb18956476da314df9d1e464c2fade54') + +build() { + cd "$_pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$_pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3