[arch-commits] Commit in smalltalk/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Oct 28 12:43:07 UTC 2013


    Date: Monday, October 28, 2013 @ 13:43:07
  Author: arodseth
Revision: 99418

upgpkg: smalltalk 3.2.5-2

Modified:
  smalltalk/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 12:23:37 UTC (rev 99417)
+++ PKGBUILD	2013-10-28 12:43:07 UTC (rev 99418)
@@ -6,14 +6,14 @@
 
 pkgname=smalltalk
 pkgver=3.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Implementation of Smalltalk-80'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
 arch=('x86_64' 'i686')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' 'staticlibs')
 depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
-makedepends=('gdbm' 'gtk2' 'sqlite' 'tk>=8.6' 'zip')
+makedepends=('gdbm' 'gtk2' 'sqlite' 'tk' 'zip')
 install="$pkgname.install"
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
 sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
@@ -23,7 +23,7 @@
             'gtk2: GUI toolkit')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure \
     --prefix=/usr \
@@ -42,13 +42,13 @@
 }
 
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-  #make check
+  make check || return 1
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
 




More information about the arch-commits mailing list