diff options
author | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-01 22:46:45 +0000 |
commit | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (patch) | |
tree | 4df601d78b5a2009ebeea5f01afe1f6e2beb8ca4 /community/fpc | |
parent | 311d0420d77867bdb1066d38743e68e596a17ce5 (diff) |
Wed Jun 1 22:46:45 UTC 2011
Diffstat (limited to 'community/fpc')
-rw-r--r-- | community/fpc/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
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 <pupykin.s+arch@gmail.com> # Contributor: Valeriy Lyasotskiy <onestep@ukr.net> # Contributor: Jan Willemson <janwil@hot.ee> @@ -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 |