[arch-commits] Commit in librep/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Aug 19 12:23:45 UTC 2008


    Date: Tuesday, August 19, 2008 @ 08:23:45
  Author: ronald
Revision: 9839

Merged revisions 9835-9838 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/librep/trunk

........
  r9837 | ronald | 2008-08-19 14:16:50 +0200 (Tue, 19 Aug 2008) | 1 line
  
  upgpkg: librep 0.17.1-2
........
  r9838 | ronald | 2008-08-19 14:23:03 +0200 (Tue, 19 Aug 2008) | 2 lines
  
  upgpkg: librep 0.17.1-2
      it should work correctly now, we need the libtool files
........

Modified:
  librep/repos/testing-x86_64/	(properties)
  librep/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


Property changes on: librep/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /librep/trunk:1-9834
   + /librep/trunk:1-9838

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-08-19 12:23:03 UTC (rev 9838)
+++ testing-x86_64/PKGBUILD	2008-08-19 12:23:45 UTC (rev 9839)
@@ -3,7 +3,7 @@
 
 pkgname=librep
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Lisp system for UNIX"
 depends=('gmp' 'gdbm' 'bash' 'ncurses>=5.6-7')
 source=(http://www.nanolx.org/free/librep-0.17.1.tar.bz2
@@ -11,7 +11,6 @@
 license=('GPL2')
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/librep"
-options=(!libtool)
 md5sums=('21f3edfa1c03400bdb7068bf0b240b9d'
          '0aea66ba85b3b079db6ad12cf70f7d89'
          'ad28e56472f07a05a704ecfc7cf58434')
@@ -20,12 +19,11 @@
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i ../librep.patch
   patch -Np1 -i ../rep_file_fdopen.patch
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
-	--with-readline
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --with-readline
   make || return 1
 
 # create some directories or make install fails
-  install -d $pkgdir/usr//{share/aclocal,lib/pkgconfig}
+  install -d $pkgdir/usr/{share/aclocal,lib/pkgconfig}
   
   make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list