]> git.proxmox.com Git - mirror_spl-debian.git/commit
Add make rule for building Arch Linux packages
authorPrakash Surya <surya1@llnl.gov>
Wed, 7 Dec 2011 01:33:51 +0000 (17:33 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 15 Dec 2011 00:44:10 +0000 (16:44 -0800)
commitc2dceb5cd5221f7e1bde915218f5d2cf69920959
treec6cdcbea4bb00c969661e1c59eafda4393bbda6c
parent699d5ee8a99471b49b07e69108045301b865b0d6
Add make rule for building Arch Linux packages

Added the necessary build infrastructure for building packages
compatible with the Arch Linux distribution. As such, one can now run:

    $ ./configure
    $ make pkg     # Alternatively, one can run 'make arch' as well

on an Arch Linux machine to create two binary packages compatible with
the pacman package manager, one for the spl userland utilties and
another for the spl kernel modules. The new packages can then be
installed by running:

    # pacman -U $package.pkg.tar.xz

In addition, source-only packages suitable for an Arch Linux chroot
environment or remote builder can also be built using the 'sarch' make
rule.

NOTE: Since the source dist tarball is created on the fly from the head
of the build tree, it's MD5 hash signature will be continually influx.
As a result, the md5sum variable was intentionally omitted from the
PKGBUILD files, and the '--skipinteg' makepkg option is used. This may
or may not have any serious security implications, as the source tarball
is not being downloaded from an outside source.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes: #68
12 files changed:
Makefile.am
Makefile.in
PKGBUILD-spl-modules.in [new file with mode: 0644]
PKGBUILD-spl.in [new file with mode: 0644]
cmd/Makefile.in
config/arch.am [new file with mode: 0644]
config/spl-build.m4
configure
configure.ac
include/Makefile.in
lib/Makefile.in
scripts/Makefile.in