wok-next rev 9372
Up: seamonkey to 2.0.13.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 24 20:06:45 2011 +0000 (2011-03-24) |
parents | 1ae6b1be7586 |
children | 3a2fd8bd8c9e |
files | seamonkey/receipt |
line diff
1.1 --- a/seamonkey/receipt Wed Mar 23 17:46:00 2011 +0100 1.2 +++ b/seamonkey/receipt Thu Mar 24 20:06:45 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 -}