[arch-commits] Commit in swi-prolog/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 19:15:44 UTC 2015
Date: Monday, September 7, 2015 @ 21:15:44
Author: foutrelis
Revision: 139517
archrelease: copy trunk to community-staging-x86_64, community-staging-i686
Added:
swi-prolog/repos/community-staging-i686/
swi-prolog/repos/community-staging-i686/PKGBUILD
(from rev 139516, swi-prolog/trunk/PKGBUILD)
swi-prolog/repos/community-staging-x86_64/
swi-prolog/repos/community-staging-x86_64/PKGBUILD
(from rev 139516, swi-prolog/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++
2 files changed, 96 insertions(+)
Copied: swi-prolog/repos/community-staging-i686/PKGBUILD (from rev 139516, swi-prolog/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 19:15:44 UTC (rev 139517)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jachym Barvinek <jachymb at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=swi-prolog
+pkgver=7.2.2
+pkgrel=2
+pkgdesc='Prolog environment'
+arch=('x86_64' 'i686')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'readline' 'openssl' 'libarchive')
+makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+optdepends=('unixodbc: for using the odbc4pl library'
+ 'libjpeg: for using the pl2xpce library'
+ 'libxpm: for using the pl2xpce library'
+ 'libxinerama: for using the pl2xpce library'
+ 'libxft: for using the pl2xpce library')
+#options=('!makeflags')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz")
+sha256sums=('c137bbe1d652a6aaa003278045e592637cd9fd5f1d52b05f9f0751bfd9449c8d')
+
+build() {
+ cd "swipl-$pkgver"
+
+ ./configure --prefix=/usr --with-world
+ cd src
+ ./configure --enable-readline --prefix=/usr
+ cd ..
+ make
+}
+
+check() {
+ make -C "swipl-$pkgver" check || true
+}
+
+package() {
+ make -C "swipl-$pkgver" DESTDIR="$pkgdir" install
+
+ # Fix for FS#20873
+ chmod +x "$pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl"
+}
+
+# getver: swi-prolog.org/download/stable
+# vim:set ts=2 sw=2 et:
Copied: swi-prolog/repos/community-staging-x86_64/PKGBUILD (from rev 139516, swi-prolog/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 19:15:44 UTC (rev 139517)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jachym Barvinek <jachymb at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=swi-prolog
+pkgver=7.2.2
+pkgrel=2
+pkgdesc='Prolog environment'
+arch=('x86_64' 'i686')
+url='http://www.swi-prolog.org/'
+license=('GPL' 'LGPL')
+depends=('gmp' 'readline' 'openssl' 'libarchive')
+makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
+optdepends=('unixodbc: for using the odbc4pl library'
+ 'libjpeg: for using the pl2xpce library'
+ 'libxpm: for using the pl2xpce library'
+ 'libxinerama: for using the pl2xpce library'
+ 'libxft: for using the pl2xpce library')
+#options=('!makeflags')
+source=("http://www.swi-prolog.org/download/stable/src/swipl-$pkgver.tar.gz")
+sha256sums=('c137bbe1d652a6aaa003278045e592637cd9fd5f1d52b05f9f0751bfd9449c8d')
+
+build() {
+ cd "swipl-$pkgver"
+
+ ./configure --prefix=/usr --with-world
+ cd src
+ ./configure --enable-readline --prefix=/usr
+ cd ..
+ make
+}
+
+check() {
+ make -C "swipl-$pkgver" check || true
+}
+
+package() {
+ make -C "swipl-$pkgver" DESTDIR="$pkgdir" install
+
+ # Fix for FS#20873
+ chmod +x "$pkgdir/usr/lib/swipl-$pkgver/library/dialect/sicstus/swipl-lfr.pl"
+}
+
+# getver: swi-prolog.org/download/stable
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list