From 00c247955e6d3c77486bb63b8dc491ee6919b549 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 2 Aug 2016 17:38:31 +0200 Subject: [PATCH] expat: update to version 2.2.0, needs autotools for proper build. --- expat-2.0.1-0.bee | 31 ------------------------------- expat-2.1.0-0.bee => expat.be0 | 6 +++++- 2 files changed, 5 insertions(+), 32 deletions(-) delete mode 100755 expat-2.0.1-0.bee rename expat-2.1.0-0.bee => expat.be0 (97%) diff --git a/expat-2.0.1-0.bee b/expat-2.0.1-0.bee deleted file mode 100755 index 8cb4ad552..000000000 --- a/expat-2.0.1-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -PGRP=( core ) - -SRCURL[0]="http://downloads.sourceforge.net/expat/expat-2.0.1.tar.gz" - -PATCHES[0]="" - - -IGNORE_DATAROOTDIR=yes -IGNORE_LOCALEDIR=yes -IGNORE_DOCDIR=yes - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/expat-2.1.0-0.bee b/expat.be0 similarity index 97% rename from expat-2.1.0-0.bee rename to expat.be0 index 315d2ce32..a59a67990 100755 --- a/expat-2.1.0-0.bee +++ b/expat.be0 @@ -1,5 +1,9 @@ #!/usr/bin/env beesh +# BEE_VERSION expat-2.2.0-0 + +BEE_BUILDTYPE=autotools + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +11,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://downloads.sourceforge.net/expat/expat-${PKGVERSION}.tar.gz" +SRCURL[0]="http://downloads.sourceforge.net/expat/expat-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.