wok diff seamonkey/receipt @ rev 9491

Up: pygtk to 2.24.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 05 14:54:10 2011 +0000 (2011-04-05)
parents 9b5506eda0cd
children 83dde2fb901c
line diff
     1.1 --- a/seamonkey/receipt	Thu Mar 03 04:51:31 2011 +0000
     1.2 +++ b/seamonkey/receipt	Tue Apr 05 14:54:10 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="seamonkey"
     1.7 -VERSION="2.0.12"
     1.8 +VERSION="2.0.13"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Seamonkey suite (browser, mail, news reader)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	#mv mozilla $PACKAGE-$VERSION   2>/dev/null    || exit 1
    1.17 -	mv comm-1.9.1 $PACKAGE-$VERSION   2>/dev/null 
    1.18  	cp -a $stuff/seamonkey.mozconfig $src/.mozconfig
    1.19  	cd $src
    1.20  	#patch -p1 -i $stuff/google-breakpad.u || exit 1
    1.21 @@ -55,8 +53,3 @@
    1.22  	cp $stuff/prefs.js $fs/etc/seamonkey/profile/prefs.js
    1.23  	
    1.24  }
    1.25 -
    1.26 -clean_wok()
    1.27 -{
    1.28 -	rm -rf build
    1.29 -}