aboutsummaryrefslogtreecommitdiff
path: root/test.ips
blob: b13446eccb0034d0dc3be4ce586fee609bf0ef3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:          developer/testpkg
version:       0.1
release:       1
maintainer:    test person
upstream_url:  http://localhost/testpkg.tar.gz
description:   a test package
arch:          i386
license:       GPL

%prep
%end

%build
configure --prefix=/usr
make
%end

%install
make install
%end