]> git.pld-linux.org Git - packages/XcursorTheme-Grounation.git/commitdiff
- initial
authorpetec <petec@pld-linux.org>
Sun, 23 Jan 2005 23:59:40 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XcursorTheme-Grounation.spec -> 1.1

XcursorTheme-Grounation.spec [new file with mode: 0644]

diff --git a/XcursorTheme-Grounation.spec b/XcursorTheme-Grounation.spec
new file mode 100644 (file)
index 0000000..4704e65
--- /dev/null
@@ -0,0 +1,42 @@
+%define                _name Grounation
+Summary:       A cursor theme Grounation
+Summary(pl):   Motyw kursorów Grounation
+Name:          XcursorTheme-%{_name}
+Version:       0.3
+Release:       0.1
+License:       GPL v2
+Group:         Themes
+Source0:       http://dvornik.uw.hu/galeria/xkurzor/%{_name}-%{version}.tar.bz2
+# Source0-md5: 2a448239a339ed3e87991d3ab621a24d
+URL:           http://dvornik.uw.hu/
+BuildRequires: XFree86 >= 4.3
+Requires:      XFree86 >= 4.3
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A cursor theme Grounation.
+
+%description -l pl
+Motyw kursorów Grounation.
+
+%prep
+%setup -q -n %{_name}-%{version}
+
+%build
+cd %{_name}/Source
+./Build.sh
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+install %{_name}/cursors/* $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
+install %{_name}/index.theme $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_iconsdir}/%{_name}
This page took 0.08419 seconds and 4 git commands to generate.