aboutsummaryrefslogtreecommitdiff
path: root/test.ips
blob: aceb91f2aeb40358a698a8c83ceca11b690f480f (plain) (blame)
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
name:           testpkg
version:        0.1
release:        1
maintainer:     test person
upstream_url:   http://localhost/testpkg-0.1.tar.gz
source_url:     http://localhost/testpkg-0.1.tar.gz
description:    "a test package"
summary:        "test package"
group:          developer
classification: "edu.stsci:Development/Solaris 11"
arch:          i386
license:       GPL

%setup
%end

%prep
%end

%build
python -m compileall -f .
#configure --prefix=/usr
#make
%end

%install
mkdir $BUILDROOT/usr/bin
cp testpkg.pyc $BUILDROOT/usr/bin
#make install
%end