File ink.spec of Package ink
Name: ink
License: GPL
Group: Hardware/Printing
Version: 0.4.0
Release: 1
Requires: libinklevel
Summary: Check the ink level of your printer with linux
URL: http://ink.sourceforge.net
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libinklevel
Packager: Mauricio Teixeira <mteixeira@webset.net>
%description
Ink is a command line tool for checking the ink level of your printer on a
system which runs Linux. It makes use of libinklevel.
%prep
%setup -q
%build
make VERBOSE=1 %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m 755 ink %{buildroot}%{_bindir}/ink
%files
%defattr(0755,root,root,0755)
%{_bindir}/ink
%changelog
* Sun Mar 18 2007 Mauricio Teixeira <mteixeira@webset.net>
- First package into SUSE Build Service