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.