aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/spl.spec.in
blob: 9d9d4e325c3b770b7bae3959f25e9c77d25ec833 (plain)
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
# spl
%define name    @PACKAGE@ 
%define version @VERSION@

Summary: Solaris Porting Layer
Name: %{name}
Version: %{version}
Release: 1
Copyright: GPL
Group: Utilities/System
BuildRoot: /tmp/%{name}-%{version}
Source: %{name}-%{version}.tar.gz

%description
Abstration layer to provide Solaris style primatives in the linux kernel.

%prep
%setup -q
./configure

%build
rm -rf $RPM_BUILD_ROOT
make

%install
make install "DESTDIR=$RPM_BUILD_ROOT"

%files