opkbuild 3.0.0-beta4 released

About
=====

opkbuild is a distribution build system – a set of tools for building
software packages.  From source packages it builds binary packages for
use with the opkg package manager:

    https://code.google.com/p/opkg/

Currently one format of source package is supported by opkbuild:
ProteanOS Source Package Format 2.0:

    http://specs.proteanos.com/spf-2.0/

opkbuild is similar in function to the development library and utilities
of dpkg, the Debian package manager:

    https://packages.debian.org/sid/dpkg-dev
    https://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git;a=tree;f=scripts

Here is the Web page for opkbuild:

    http://www.proteanos.com/dev/opkbuild/

Downloading
===========

Source archives are available in gzip, bzip2, or xz compression from the
ProteanOS files site by HTTP or FTP:

    http://files.proteanos.com/pub/opkbuild/3.0.0-beta4/
    ftp://files.proteanos.com/pub/opkbuild/3.0.0-beta4/

Here are the MD5 checksums:

    b57c3e25ab7cdec41f906c4fd3306c36  opkbuild-3.0.0-beta4.tar.bz2
    34cb54889c346dc12f6f56bd185c1775  opkbuild-3.0.0-beta4.tar.gz
    48ff87601901bb76ec20de76c164caf9  opkbuild-3.0.0-beta4.tar.xz

Here are the SHA-256 checksums:

    9d39ba1e4aee37671322b6f246bf07de36fdcd3b4a08415d5f872af23373b256  opkbuild-3.0.0-beta4.tar.bz2
    143c40956bfe25aba8f6e70c5b876311f9581f81d70378f83cdbb2c979f34ed8  opkbuild-3.0.0-beta4.tar.gz
    3a90a475557335ced676135f5b91ba7091a2be91a2135bdfdc43f33796d91dd0  opkbuild-3.0.0-beta4.tar.xz

The sources are maintained in a Git repository:

    http://git.proteanos.com/opkbuild/opkbuild.git/
    git://git.proteanos.com/opkbuild/opkbuild.git/

This release is marked by the "opkbuild-3.0.0-beta4" tag.

NEWS for Version 3.0.0-beta4
============================

Changes in this release:

  * ob_match_plat() now checks for exact platform name matches.  This
    will be necessary to build the linux-libre source package for the
    dev platform without building linux-image and linux-sysmap binary
    packages.
  * ob-installplatconf now correctly installs configuration files
    without a "/" in their specified destinations.
  * ob-checkbuilddeps has been implemented.  opkbuild now uses its opkg
    dependency.  Package build dependency checking can be disabled using
    opkbuild's "-d" option.
  * The default architecture in mksysconf.in is now "amd64-linux-glibc".
  * NEWS now contains summaries of changes in each released version.

-- 
Patrick "P. J." McDermott
  http://www.pehjota.net/
Lead Developer, ProteanOS
  http://www.proteanos.com/