diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2011-11-11 22:03:07 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:09:11 -0600 |
commit | a3622e476594e10a1c7828c1a5e8d2d4d1aefdbb (patch) | |
tree | 151ecff6330940152d6f5bbd09b6172b4b519554 /system/aimage | |
parent | 3b2cc36c7a6dbd8f2063921af97897ae47a73035 (diff) | |
download | slackbuilds-a3622e476594e10a1c7828c1a5e8d2d4d1aefdbb.tar.gz |
system/aimage: Updated for version 3.2.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/aimage')
-rw-r--r-- | system/aimage/aimage.SlackBuild | 9 | ||||
-rw-r--r-- | system/aimage/aimage.info | 8 | ||||
-rw-r--r-- | system/aimage/slack-desc | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/system/aimage/aimage.SlackBuild b/system/aimage/aimage.SlackBuild index 3523c8d2b7..b3f8bc2b48 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 4231c8822b..294a8e7adc 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="bgrundy<at>linuxleo.com" -APPROVED="Erik Hanson" +APPROVED="Erik Hanson,Niels Horn" diff --git a/system/aimage/slack-desc b/system/aimage/slack-desc index 0ca12c40d7..fe64a068e6 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: |