unleashed-userland README
[unleashed-userland.git] / components / pkgbuild / pkgbuild.p5m
blob4f9fe27ee54da3286c2fb3515796323cff9cda8f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2011, Andrzej Szeszo
13 # Copyright 2013, Jon Tibble
16 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
18 set name=pkg.fmri value=pkg:/package/pkgbuild@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
19 set name=pkg.summary value="pkgbuild - rpmbuild-like tool for building Solaris packages"
20 set name=info.classification value="org.opensolaris.category.2008:System/Packaging"
21 set name=info.upstream-url value="http://pkgbuild.cvs.sourceforge.net/viewvc/pkgbuild/pkgbuild/?pathrev=ips2"
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=info.maintainer value="Laszlo (Laca) Peter <laszlo.peter@oracle.com>"
24 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
26 license pkgbuild.license license="GPLv2"
28 dir path=usr
29 dir path=usr/bin
30 dir path=usr/lib
31 dir path=usr/lib/pkgbuild-$(COMPONENT_VERSION)
32 dir path=usr/share
33 dir path=usr/share/man
34 dir path=usr/share/man/man1
35 dir path=usr/share/pkgbuild
36 file path=usr/bin/pkgbuild
37 file path=usr/bin/pkgtool
38 file path=usr/bin/spectool
39 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/config.pm
40 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/get_rpm_topdir
41 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips-dependency-generator mode=0555
42 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips_package.pm
43 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips_utils.pm
44 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/macros
45 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/packagebase.pm
46 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgbuild-postprocess mode=0555
47 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgbuild.pl mode=0555
48 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgdb.pm
49 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgdbgrep mode=0555
50 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgnames
51 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgtool.pl mode=0555
52 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_file.pm
53 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_package.pm
54 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_spec.pm
55 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/spectool.pl mode=0555
56 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/version-file
57 file path=usr/share/man/man1/pkgbuild.1
58 file path=usr/share/man/man1/pkgtool.1
59 file path=usr/share/man/man1/spectool.1
60 file path=usr/share/pkgbuild/spec-files.txt
62 depend fmri=compress/xz type=require