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