Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=b50e8734dc44db0c6db434004a63f477577c1cd2
commit b50e8734dc44db0c6db434004a63f477577c1cd2 Author: CSÉCSY László <[EMAIL PROTECTED]> Date: Fri Jun 20 13:54:03 2008 +0200 drupal6-fckeditor-6.x_1.2_1-1-i686 new package / initial import diff --git a/source/network-extra/drupal6-fckeditor/FrugalBuild b/source/network-extra/drupal6-fckeditor/FrugalBuild new file mode 100644 index 0000000..19d37d4 --- /dev/null +++ b/source/network-extra/drupal6-fckeditor/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0 SBU +# Maintainer: CSÉCSY László <[EMAIL PROTECTED]> + +_F_drupal_module=fckeditor +_F_drupal_ver=6.x +pkgver=6.x_1.2_1 +pkgrel=1 +pkgdesc="This module allows Drupal to replace textarea fields with the FCKeditor" +Finclude sourceforge drupal +source=([EMAIL PROTECTED] http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.6.1.tar.gz) +sha1sums=('9eaa96de53db7b1f10577b10a1ebbcb17e94ed14' \ + '1e88ef60467b04a719dbf1388c1ff15356592a0f') + +build() +{ + Fbuild_drupal + cd $Fdestdir/var/www/drupal6/sites/all/modules/fckeditor || Fdie + for i in _documentation.html editor fckconfig.js fckeditor.afp fckeditor.asp fckeditor.cfc fckeditor.cfm fckeditor.js fckeditor.lasso fckeditor.php fckeditor_php4.php fckeditor_php5.php fckeditor.pl fckeditor.py fckpackager.xml fckstyles.xml fcktemplates.xml fckutils.cfm license.txt _samples _upgrade.html _whatsnew_history.html _whatsnew.html; do + mv $i fckeditor/$i || Fdie + done || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
