freebsd-dev/lib/libuutil
Prakash Surya 6ba3b44614 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 the Arch Linux machine to create two binary packages compatible with
the pacman package manager, one for the zfs userland utilities and
another for the zfs 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 build 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 #491
2011-12-14 19:14:23 -08:00
..
Makefile.am Add proper library versioning 2011-07-06 09:20:28 -07:00
Makefile.in Add make rule for building Arch Linux packages 2011-12-14 19:14:23 -08:00
uu_alloc.c Update to onnv_147 2010-08-26 14:24:34 -07:00
uu_avl.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_dprintf.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_ident.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_list.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_misc.c Add linux unused code tracking 2010-08-31 13:42:00 -07:00
uu_open.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_pname.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
uu_string.c Update to onnv_147 2010-08-26 14:24:34 -07:00
uu_strtoint.c Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00