From c6a4d3790fc33558d9af322dac15d2bd6d34ac0b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Aug 2011 23:14:47 +0000 Subject: Fri Aug 19 23:14:46 UTC 2011 --- community/smalltalk/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'community/smalltalk') diff --git a/community/smalltalk/PKGBUILD b/community/smalltalk/PKGBUILD index eaff100cd..6efbe0334 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 43064 2011-03-23 21:53:14Z kchen $ +# $Id: PKGBUILD 54483 2011-08-18 15:08:42Z bluewind $ # Maintainer: Kaiting Chen # Contributor: mrshpot # Contributor: Michael Fellinger pkgname=smalltalk pkgver=3.2.4 -pkgrel=1 +pkgrel=2 pkgdesc='A free implementation of Smalltalk-80 by the GNU project' url='http://smalltalk.gnu.org/' license=('GPL' 'LGPL') @@ -30,7 +30,11 @@ build() { --with-readline \ --with-tcl --with-tk \ --with-x --without-emacs - make; make DESTDIR="$pkgdir" install + make +} +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="$pkgdir" install # fix manpage symlink rm -f $pkgdir/usr/share/man/man1/gst-reload.1 -- cgit v1.2.3-54-g00ecf