File: ink.spec

package info (click to toggle)
ink 0.5.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: sh: 3,643; ansic: 227; makefile: 13
file content (39 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name:           ink
Version:        0.5.3
Release:        1%{?dist}
Summary:        Ink is a program to display the ink level of printers

Group:          System Environment/Daemons 
License:        GPL
URL:            http://ink.sourceforge.net/
Source0:        ink-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libinklevel-devel
Requires:      libinklevel

%description
Ink is a program to display the ink level of printers. It makes use of libinklevel.

%prep
%setup -q -n %{name}-%{version}

%build
%configure --prefix=/usr
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/ink
%doc
%{_mandir}/man1/*.1*

%changelog