Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1494955
 поиск   регистрация   авторизация 
 
Группа :: Сети/WWW
Пакет: firefox-diggler

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

%define rname diggler
%define cid \{583102ea-1697-4aee-bd9b-9757892e6a5b\}
%define ciddir %firefox_extensionsdir/%cid

Summary: Plugin diggler for Firefox
Name: %firefox_name-%rname
Version: 0.9
Release: alt3.M24.1
Source0: %rname-%version.xpi
License: MPL/GPL/LGPL
Group: Networking/WWW
URL: http://diggler.mozdev.org/
Buildrequires: %firefox_name-devel unzip
BuildArch: noarch

Requires: %firefox_name >= %firefox_version

%description
Diggler is a small but powerful add-on for Mozilla, Netscape and Firebird.
It adds a button next to the location bar which can clear the location bar
(much like the one in Konqueror) but also drops down a menu with some
useful actions such as being able to disable popup windows and navigate to
parent directories in URLs (handy for FTP operations and nested sites).

%prep
%setup -c

%install
%__mkdir_p %buildroot/%ciddir
%__cp -r * %buildroot/%ciddir

%post
%firefox_install_extension %ciddir

%postun
%firefox_uninstall_extension %cid
if [ "$1" = 0 ]; then
 [ ! -d "%ciddir" ] || rm -rf "%ciddir"
fi

%files
%ciddir

%changelog

Полный changelog можно просмотреть здесь

 
design & coding: Vladimir Lettiev aka crux © 2004-2005