Project structure
This commit is contained in:
commit
13daee4bc4
1
.gear/rules
Normal file
1
.gear/rules
Normal file
@ -0,0 +1 @@
|
||||
tar: .
|
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
NAME=lvm2
|
||||
|
||||
all:
|
||||
clean:
|
||||
install: install-module
|
||||
|
||||
include /usr/share/alterator/build/module.mak
|
42
alterator-lvm2.spec
Normal file
42
alterator-lvm2.spec
Normal file
@ -0,0 +1,42 @@
|
||||
%define _unpackaged_files_terminate_build 1
|
||||
|
||||
|
||||
Name: alterator-lvm2
|
||||
Version: 1.0.0
|
||||
Release: alt1
|
||||
|
||||
Summary: Alterator module for volume management based on lvm2
|
||||
License: GPLv3
|
||||
Group: System/Configuration/Other
|
||||
|
||||
Source: %name-%version.tar
|
||||
|
||||
BuildRequires: alterator >= 5.0 guile-devel >= 2.0
|
||||
|
||||
Requires: alterator >= 4.10-alt6
|
||||
Requires: alterator-l10n >= 2.2-alt1
|
||||
|
||||
Requires: lvm2
|
||||
|
||||
%description
|
||||
Alterator module for volume management based on lvm2
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%_alterator_datadir/applications/*
|
||||
%_alterator_datadir/ui/*/
|
||||
%_alterator_backend3dir/*
|
||||
%_alterator_libdir/ui/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2024 Sergey Konev <darisishe@altlinux.org> 1.0.0-alt1
|
||||
- Initial package
|
||||
|
9
applications/lvm2.desktop
Normal file
9
applications/lvm2.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Categories=X-Alterator-Other
|
||||
Terminal=false
|
||||
Name=Alterator module name
|
||||
Icon=lvm2
|
||||
X-Alterator-URI=/lvm2
|
||||
X-Alterator-Weight=20
|
||||
X-Alterator-Help=lvm2
|
0
backend3/lvm2.pl
Normal file
0
backend3/lvm2.pl
Normal file
0
ui/lvm2/virtualization.scm
Normal file
0
ui/lvm2/virtualization.scm
Normal file
Loading…
Reference in New Issue
Block a user