aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/spl.spec
blob: 31ea18fc6936dba8f0a833b29979fd6dd6efde65 (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    spl 
%define version 0.2.2

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