diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
commit | 901d121a0b559ed0c285f6cf7daebd0e0081a327 (patch) | |
tree | 814faf33f5ac64cc28c07e45f56c240c93605746 /community/fpc | |
parent | d0fae3a9b2c0de7490049611767dc2a3d6e94899 (diff) | |
parent | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
testing/mesa/PKGBUILD
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 1fb2f2ae1..e3d154b45 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' 'mips64el') @@ -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 |