Browse Source

new package: i7z-0.27.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5543 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
9c13e66182
1 changed files with 44 additions and 0 deletions
  1. 44 0
      i/i7z/i7z-vl.spec

+ 44 - 0
i/i7z/i7z-vl.spec

@@ -0,0 +1,44 @@
+Summary:	i3, i5 and i7 reporting tool for Linux
+Summary(ja):	Core i[357] 報告ツール
+Name:		i7z
+Version:	0.27.1
+Release:        1%{?_dist_release}
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://i7z.googlecode.com/files/%{name}-%{version}.tar.gz
+URL:		http://code.google.com/p/i7z/
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+ExclusiveArch:	%{ix86} x86_64
+BuildRequires:	ncurses-devel
+
+Distribution: Vine Linux
+Vendor: Project Vine
+Packager: daisuke
+
+%description
+A better i7 (and now i3, i5) reporting tool for Linux.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_sbindir}/%{name}
+
+%changelog
+* Mon Jan 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.27.1-1
+- initial build for Vine Linux
+