wok diff erlang/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 8fe94ac4ccfc
children fcdd50638150
line diff
     1.1 --- a/erlang/receipt	Fri May 27 07:31:03 2011 +0200
     1.2 +++ b/erlang/receipt	Sat Aug 03 17:37:48 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="erlang"
     1.7 -VERSION="R12B-5"
     1.8 +VERSION="R15B01"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Erlang programming language."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,14 +16,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	patch=${SOURCE}_${VERSION}_OTP-7738.patch
    1.17  	export LANG=C
    1.18  	
    1.19  	cd $src
    1.20 -	if [ ! -f done.$patch ]; then
    1.21 -		patch -p1 < $stuff/$patch || return 1
    1.22 -		touch done.$patch
    1.23 -	fi
    1.24  	sed -i 's|./Install|sh -x Install|' Makefile*
    1.25  	
    1.26  	./configure \