Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=c07bd94d79ea13ca73c02bcdcb125605d9abe225

commit c07bd94d79ea13ca73c02bcdcb125605d9abe225
Author: CSÉCSY László <boo...@frugalware.org>
Date:   Sat Jan 15 16:39:15 2011 +0100

drupal-tinymce-5.x_1.11-1-i686

removing drupal-5 stuff

diff --git a/source/network-extra/drupal-tinymce/FrugalBuild 
b/source/network-extra/drupal-tinymce/FrugalBuild
deleted file mode 100644
index c6a109e..0000000
--- a/source/network-extra/drupal-tinymce/FrugalBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Compiling Time: 0 SBU
-# Maintainer: CSÉCSY László <boo...@frugalware.org>
-
-_F_drupal_module=tinymce
-pkgver=5.x_1.11
-pkgrel=1
-pkgdesc="Integrates the TinyMCE WYSIWYG editor into Drupal"
-Finclude sourceforge drupal
-source=(${source[@]} 
http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/tinymce/tinymce_2_1_3.tgz\
-       
http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/tinymce/tinymce_compressor_php_2_0b2.zip\
-       
http://ftp.frugalware.org/pub/other/sources/tinymce/tmclang-20080121.tar.gz)
-# This is to be fetched with:
-# curl -d "dlang[]=de&dlang[]=fr&dlang[]=hu&format=gzip" 
http://tinymce.moxiecode.com/language.php >tmclang-$date.tar.gz
-sha1sums=('51a1b32708dcf94b2e04c2f48a77e9a811a66433' \
-          'f85b183ba97aa839f5e48df4ac73ec3cace74474' \
-          '8007bd67b63224c169cd717f6668b0f712f87504' \
-          '12bdce54c5f90e3c6bcf38253a97e36a5d5aab17')
-
-build()
-{
-       Fbuild_drupal
-       Fmessage "Moving TinyMCE into the correct place of the Drupal module"
-       Fmkdir var/www/drupal/sites/all/modules/tinymce/tinymce
-       for i in changelog readme examples jscripts; do
-               Fmv /var/www/drupal/sites/all/modules/tinymce/$i 
/var/www/drupal/sites/all/modules/tinymce/tinymce
-       done
-       cd 
$Fdestdir/var/www/drupal/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce || 
Fdie
-       Fmessage "Converting Hungarian files into UTF8"
-       find . -type f -name hu* | while read i; do \
-               iconv -f latin2 -t utf8 <$i >$i.tmp; mv $i.tmp $i; \
-       done || Fdie
-       Fmessage "Moving compressor files to the correct place"
-       for i in js php; do
-               Ffilerel $Fsrcdir/tinymce_compressor_php/tiny_mce_gzip.$i 
var/www/drupal/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.$i
-       done
-}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to