Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537386
en ru br
Репозитории ALT

Группа :: Редакторы
Пакет: emacs-easypim

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


Name: emacs-easypim
Version: 20110323
Release: alt2
Summary: The simple tool to store personal address book in emacs
Group: Editors
License: GPL
BuildArch: noarch
Packager: Michael Pozhidaev <msp at altlinux.ru>
BuildRequires: emacs-nox emacs-devel
Requires: emacs-base

Source: %name-%version.tar.gz

%description
%name is the simple tool to store personal address book in
emacs. Information about each person or organization is saved in
separate text file. It allows easy distributed control with git and
simplifies service operations.

%prep
%setup -q
%build
%byte_compile_file elisp/easypim.el

%install
%__install -d -m755 %buildroot%_bindir
%__install -pD -m755 ./shell/* %buildroot%_bindir/

%__install -d %buildroot%_emacslispdir
%__install -pD -m644 elisp/easypim.* %buildroot%_emacslispdir

%__install -d -m755 %buildroot%_sysconfdir/profile.d
%__install -pD -m755 profile.sh %buildroot%_sysconfdir/profile.d/%name.sh

%files
%_bindir/*
%_emacslispdir/*
%_sysconfdir/profile.d/*

%changelog

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

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin