]> git.pld-linux.org Git - packages/SD2XC.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Sun, 2 Mar 2003 22:21:02 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SD2XC.spec -> 1.1

SD2XC.spec [new file with mode: 0644]

diff --git a/SD2XC.spec b/SD2XC.spec
new file mode 100644 (file)
index 0000000..e593191
--- /dev/null
@@ -0,0 +1,36 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       StarDock to Xcursor
+Summary(pl):   Ze StarDocka do Xcursora
+Name:          SD2XC
+Version:       0.0.3
+Release:       1
+License:       MIT
+Group:         Applications
+#Source0:      http://www.bwbohh.net/nohead.php?section=Files/Files&file=Software/SD2XC/%{name}-%{version}.perl&plain=0
+Source0:       %{name}-%{version}.perl
+URL:           http://www.bwbohh.net/?section=Software&subdir=Free/SD2XC
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SD2XC converts StarDock CursorXP themes (http://www.wincustomize.com/)
+to XCursor themes compatable with XFree86 4.2.99 and higher.
+
+%description -l pl
+SD2XC konwertuje motywy StarDock CursorXP
+(http://www.wincustomize.com/) na motywy XCursor kompatybilne z
+XFree86 4.2.99 i wy¿szymi.
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.064887 seconds and 4 git commands to generate.