[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jun 4 06:52:39 UTC 2013


    Date: Tuesday, June 4, 2013 @ 08:52:38
  Author: bpiotrowski
Revision: 187122

newpkg: guile1.8-1.8.8

Added:
  guile1.8/
  guile1.8/repos/
  guile1.8/trunk/
  guile1.8/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: guile1.8/trunk/PKGBUILD
===================================================================
--- guile1.8/trunk/PKGBUILD	                        (rev 0)
+++ guile1.8/trunk/PKGBUILD	2013-06-04 06:52:38 UTC (rev 187122)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=guile1.8
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C. Legacy branch.'
+url="http://www.gnu.org/software/guile/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses>=5.7' 'texinfo')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/guile/guile-$pkgver.tar.gz)
+options=('!libtool')
+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
+  mv $pkgdir/usr/share/aclocal/guile.m4 $pkgdir/usr/share/aclocal/guile18.m4
+}


Property changes on: guile1.8/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list