]> git.pld-linux.org Git - SPECS.git/blob - SD2XC.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / SD2XC.spec
1 Summary:        StarDock to Xcursor
2 Summary(pl.UTF-8):      Ze StarDocka do Xcursora
3 Name:           SD2XC
4 Version:        0.0.3
5 Release:        2
6 License:        MIT
7 Group:          Applications
8 #Source0:       http://www.bwbohh.net/nohead.php?section=Files/Files&file=Software/SD2XC/%{name}-%{version}.perl&plain=0
9 Source0:        %{name}-%{version}.perl
10 URL:            http://www.bwbohh.net/?section=Software&subdir=Free/SD2XC
11 BuildRequires:  rpm-perlprov >= 3.0.3-16
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 SD2XC converts StarDock CursorXP themes (http://www.wincustomize.com/)
17 to XCursor themes compatable with XFree86 4.2.99 and higher.
18
19 %description -l pl.UTF-8
20 SD2XC konwertuje motywy StarDock CursorXP
21 (http://www.wincustomize.com/) na motywy XCursor kompatybilne z
22 XFree86 4.2.99 i wyższymi.
23
24 %prep
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29
30 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
This page took 0.05489 seconds and 3 git commands to generate.