[arch-commits] Commit in guile1.8/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 23 17:07:36 UTC 2021


    Date: Friday, April 23, 2021 @ 17:07:36
  Author: arojas
Revision: 413772

archrelease: copy trunk to extra-x86_64

Added:
  guile1.8/repos/extra-x86_64/PKGBUILD
    (from rev 413771, guile1.8/trunk/PKGBUILD)
Deleted:
  guile1.8/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 17:07:21 UTC (rev 413771)
+++ PKGBUILD	2021-04-23 17:07:36 UTC (rev 413772)
@@ -1,30 +0,0 @@
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=guile1.8
-pkgver=1.8.8
-pkgrel=7
-pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
-url="http://www.gnu.org/software/guile/"
-arch=('x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
-source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
-md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
-
-build() {
-  cd guile-$pkgver
-  ./configure --prefix=/usr \
-	--disable-static  \
-	--disable-error-on-warning \
-        --program-suffix=1.8
-  make LDFLAGS+="-lpthread"
-}
-
-package() {
-  cd guile-$pkgver
-  make DESTDIR="$pkgdir" install
-  
-  rm -rf "$pkgdir"/usr/share/info
-  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
-  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
-}

Copied: guile1.8/repos/extra-x86_64/PKGBUILD (from rev 413771, guile1.8/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-23 17:07:36 UTC (rev 413772)
@@ -0,0 +1,31 @@
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=8
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
+url="https://www.gnu.org/software/guile/"
+arch=('x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+source=(https://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+md5sums=('18661a8fdfef13e2fcb7651720aa53f3')
+
+build() {
+  cd guile-$pkgver
+  export CFLAGS+=" -O1"
+  ./configure --prefix=/usr \
+	--disable-static  \
+	--disable-error-on-warning \
+        --program-suffix=1.8
+  make
+}
+
+package() {
+  cd guile-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  rm -rf "$pkgdir"/usr/share/info
+  sed -i '1s/guile/guile1.8/' -i "$pkgdir"/usr/bin/guile-config1.8
+  mv "$pkgdir"/usr/share/aclocal/guile.m4 "$pkgdir"/usr/share/aclocal/guile18.m4
+}



More information about the arch-commits mailing list