[arch-commits] Commit in chicken/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Dec 19 12:57:23 UTC 2017
Date: Tuesday, December 19, 2017 @ 12:57:22
Author: arodseth
Revision: 274882
archrelease: copy trunk to community-x86_64
Added:
chicken/repos/community-x86_64/PKGBUILD
(from rev 274881, chicken/trunk/PKGBUILD)
Deleted:
chicken/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-19 12:57:10 UTC (rev 274881)
+++ PKGBUILD 2017-12-19 12:57:22 UTC (rev 274882)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: <david at pako.st>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=chicken
-pkgver=4.12.0
-pkgrel=2
-pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-conflicts=('mono') # /usr/bin/csc
-license=('BSD')
-makedepends=('inetutils' 'chicken')
-options=('staticlibs')
-source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
-sha256sums=('605ace459bc66e8c5f82abb03d9b1c9ca36f1c2295931d244d03629a947a6989')
-
-build() {
- make -j1 -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: code.call-cc.org/releases/current/NEWS
-# vim: ts=2 sw=2 et:
Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 274881, chicken/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-19 12:57:22 UTC (rev 274882)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: David <david at pako.st>
+
+pkgname=chicken
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=('x86_64')
+url='http://call-cc.org/'
+conflicts=('mono') # /usr/bin/csc
+license=('BSD')
+makedepends=('chicken')
+options=('staticlibs')
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
+sha256sums=('add549619a31363d6608b39e0cf0e68b9d5e6ff2a719b5691ddeba57229c6c43')
+
+build() {
+ make -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr -j1
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" -j1 install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: code.call-cc.org/releases/current/NEWS
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list