wok diff erlang/receipt @ rev 9411

Add fpc-bootstrap, fpc, and fpc-src. This is freepascal compile. fpc-bootstrap is freepascal compiler to compile itself. fpc-src is need for lazarus ide.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 29 03:50:39 2011 +0000 (2011-03-29)
parents c8b38336a4fe
children c3132f55cc4f
line diff
     1.1 --- a/erlang/receipt	Wed Mar 16 19:02:27 2011 +0000
     1.2 +++ b/erlang/receipt	Tue Mar 29 03:50:39 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="erlang"
     1.7 -VERSION="R14B"
     1.8 +VERSION="R12B-5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Erlang programming language."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="http://$PACKAGE.org/"
    1.14  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.15  DEPENDS="ncurses libunixODBC"
    1.16 -BUILD_DEPENDS="perl ncurses-dev openssl-dev xorg-dev flex m4 java-jdk"
    1.17 +BUILD_DEPENDS="perl ncurses-dev openssl openssl-dev xorg-dev flex m4 java-jdk"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()