From a3622e476594e10a1c7828c1a5e8d2d4d1aefdbb Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Fri, 11 Nov 2011 22:03:07 -0200 Subject: system/aimage: Updated for version 3.2.5. Signed-off-by: Niels Horn --- system/aimage/aimage.SlackBuild | 9 +++++---- system/aimage/aimage.info | 8 ++++---- system/aimage/slack-desc | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'system/aimage') diff --git a/system/aimage/aimage.SlackBuild b/system/aimage/aimage.SlackBuild index 3523c8d2b714..b3f8bc2b48f9 100644 --- a/system/aimage/aimage.SlackBuild +++ b/system/aimage/aimage.SlackBuild @@ -22,17 +22,17 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Updated on 20111109 by Barry J. Grundy + PRGNAM=aimage -VERSION=3.2.4 +VERSION=3.2.5 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -79,8 +79,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +# Docs "NEWS" "README" AND "AUTHORS" exist but are empty mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ +cp -a ChangeLog COPYING INSTALL \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/aimage/aimage.info b/system/aimage/aimage.info index 4231c8822bc5..294a8e7adcd7 100644 --- a/system/aimage/aimage.info +++ b/system/aimage/aimage.info @@ -1,10 +1,10 @@ PRGNAM="aimage" -VERSION="3.2.4" +VERSION="3.2.5" HOMEPAGE="http://www.afflib.org" -DOWNLOAD="http://www.afflib.org/downloads/aimage-3.2.4.tar.gz" -MD5SUM="bb6e4e91524612570a481b6470fe7cd1" +DOWNLOAD="http://www.afflib.org/downloads/aimage-3.2.5.tar.gz" +MD5SUM="07a11d653cdd1d7a5aefe4d99cdbd408" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Barry J. Grundy" EMAIL="bgrundylinuxleo.com" -APPROVED="Erik Hanson" +APPROVED="Erik Hanson,Niels Horn" diff --git a/system/aimage/slack-desc b/system/aimage/slack-desc index 0ca12c40d7f1..fe64a068e6f5 100644 --- a/system/aimage/slack-desc +++ b/system/aimage/slack-desc @@ -14,6 +14,6 @@ aimage: and AFD formats can be compressed or uncompressed. aimage can aimage: optionally compress and calculate MD5 or SHA-1 hash residues while aimage: the data is being copied. It has intelligent error recovery similar aimage: to what is in ddrescue. -aimage: +aimage: aimage: Homepage: http://www.afflib.org aimage: -- cgit v1.2.3