Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37405067
en ru br
Репозитории ALT
4.0: 0.1.1-alt0.M40.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: alterator-sdk

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

Name: alterator-sdk
Version: 0.1.1
Release: alt0.M40.1

Summary: Alterator module simple development kit ;)
License: GPL
Group: Development/Other

Url: http://git.altlinux.org/people/mike/packages/?p=alterator-sdk.git
Source: %name-%version.tar
Packager: Michael Shigorin <mike at altlinux.org>

BuildArch: noarch

%define modulator init-alterator-module

%description
This package provides a simple alterator module template
and a script to rename/substitute the stub with the name
you chose for the module to be written; it's not any kind
of "wizard" at all but should spare some time on doing
redundant work.

Any suggestions on template and processing as well as
other contributions are of course welcome!

Recommended packages: git-core, tree

%prep
%setup

%install
sed -i 's, at TOOLNAME at ,%name,g' %modulator
sed -i 's, at TEMPLATE at ,%_datadir/%name/template,g' %modulator
install -pD -m755 %modulator %buildroot%_bindir/%modulator
install -d %buildroot%_datadir/%name
cp -a template %buildroot%_datadir/%name/

%files
%_bindir/*
%_datadir/%name/

# TODO:

# - fix&merge http://wiki.sisyphus.ru/Alterator/designer
# - add help for quite cryptic template functionality :)

%changelog

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

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