From e7b9c9697e6a50c3b9e78941fa95ba11c716d238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Jun 2011 22:46:45 +0000 Subject: Wed Jun 1 22:46:45 UTC 2011 --- community/fpc/PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'community/fpc') diff --git a/community/fpc/PKGBUILD b/community/fpc/PKGBUILD index 9b7d02152..16dd11444 100644 --- a/community/fpc/PKGBUILD +++ b/community/fpc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 32549 2010-11-14 16:57:28Z spupykin $ +# $Id: PKGBUILD 48312 2011-05-31 09:49:30Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Valeriy Lyasotskiy # Contributor: Jan Willemson @@ -7,7 +7,7 @@ # See http://bbs.archlinux.org/viewtopic.php?t=9318&highlight=fpc pkgname=fpc -pkgver=2.4.2 +pkgver=2.4.4 pkgrel=1 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library." arch=('i686' 'x86_64') @@ -18,11 +18,15 @@ depends=(ncurses) makedepends=(fpc) options=(zipman) source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz) -md5sums=('35ff506cca77b999097ffed61705be95') +md5sums=('d069dfd3412bd0d26dcd1b81ac998305') build() { cd ${srcdir}/fpcbuild-$pkgver make NOGDB=1 build +} + +package() { + cd ${srcdir}/fpcbuild-$pkgver make -j1 NOGDB=1 PREFIX=${pkgdir}/usr install # install package license -- cgit v1.2.3-54-g00ecf