source: roaraudio/dist/OpenSolaris/RoarAudio.spec @ 1717:63998837f029

Last change on this file since 1717:63998837f029 was 1717:63998837f029, checked in by phi, 15 years ago

added spec file template as RoarAudio.spec

File size: 1.1 KB
Line 
1#
2# spec file for package: [pkg name]
3#
4# This file and all modifications and additions to the pristine
5# package are under the same license as the package itself.
6#
7# includes module(s): [pkg module(s)]
8#
9
10%include Solaris.inc
11
12Name:           [pkg name]
13Summary:        [short description]
14Version:        [pkg version]
15License:        [license type (ie. GPLv2, BSD...)]
16Url:            [url to open source project]
17Source:         [url to compressed tarball]
18Group:          [ips pkg classification]
19Distribution:   OpenSolaris
20Vendor:         OpenSolaris Community
21BuildRoot:      %{_tmppath}/%{name}-%{version}-build
22SUNW_Basedir:   %{_basedir}
23SUNW_Copyright: %{name}.copyright
24
25%include default-depend.inc
26
27# OpenSolaris IPS Package Manifest Fields
28Meta(info.upstream):            [name email of open source project leader]
29Meta(info.maintainer):          [name email of ips pkg porter/maintainer]
30Meta(info.repository_url):      [open source code repository]
31
32%description
33[long description]
34
35%prep
36[pre-build commands]
37
38%build
39[build commands]
40
41%install
42[install commands]
43
44%clean
45[cleanup commands]
46
47%files
48[file groups and permissions]
49
50%changelog
51[change log entries]
Note: See TracBrowser for help on using the repository browser.