Name: PBPKG
Version: PBVER
Release: PBTAG
Summary: LinuxCOE SystemDesigner web interface -- overlay Asianux

Group: PBGRP
License: GPL
URL: http://linuxcoe.sourceforge.net/
Source: PBSRC
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch: noarch
#BuildRequires: ??
Requires: PBDEP
Provides: PBPROVIDE


%description
This package is a dat overlay to the core LinuxCOE SystemDesigner
web application, providing support for Asianux

%prep
%setup -q

%build
./configure \
	--prefix=PBprefix

%install
%{__rm} -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
PBprefix/data/*
PBprefix/depots/*
PBprefix/html/*
PBprefix/osvend.d/*

%changelog
PBLOG
