diff options
Diffstat (limited to 'community/fpc/PKGBUILD')
-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 |