Kaydet (Commit) 73a1f473 authored tarafından Herbert Dürr's avatar Herbert Dürr

update links for EPM

easysw.com closed its doors after 14years of business.
Thanks for providing EPM.
üst 0a210d56
...@@ -117,7 +117,7 @@ AC_ARG_WITH(afms, ...@@ -117,7 +117,7 @@ AC_ARG_WITH(afms,
are known to be available. are known to be available.
],,) ],,)
AC_ARG_ENABLE(epm, AC_ARG_ENABLE(epm,
[ --disable-epm OO.o includes self-packaging code, that requires [ --disable-epm AOO includes self-packaging code, that requires
epm, however epm is useless for large scale epm, however epm is useless for large scale
package building. package building.
],,enable_epm="yes") ],,enable_epm="yes")
...@@ -129,9 +129,11 @@ AC_ARG_WITH(epm, ...@@ -129,9 +129,11 @@ AC_ARG_WITH(epm,
],,) ],,)
AC_ARG_WITH(epm-url, AC_ARG_WITH(epm-url,
[ --with-epm-url=<URL> Specify the location of downloadable epm 3.7 source code. For example: [ --with-epm-url=<URL> Specify the location of downloadable epm 3.7 source code. For example:
http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
Note that epm is under GPL license.], or
[ EPM_URL="$withval" http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
Note that epm is under GPL license.
],[ EPM_URL="$withval"
]) ])
AC_ARG_WITH(package-format, AC_ARG_WITH(package-format,
[ --with-package-format specify package format(s) for OOo installsets. [ --with-package-format specify package format(s) for OOo installsets.
...@@ -3541,14 +3543,14 @@ if test "$enable_epm" = "yes"; then ...@@ -3541,14 +3543,14 @@ if test "$enable_epm" = "yes"; then
BUILD_TYPE="$BUILD_TYPE EPM" BUILD_TYPE="$BUILD_TYPE EPM"
else else
if test "$EPM" = "no" ; then if test "$EPM" = "no" ; then
AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)]) AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm (--with-epm). Or specify an Url to an epm-3.7 source package (--with-epm-url)])
else else
# Gentoo has some epm which is something different... # Gentoo has some epm which is something different...
AC_MSG_CHECKING([whether the found epm is the right epm]) AC_MSG_CHECKING([whether the found epm is the right epm])
if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then if $EPM | grep "ESP Package Manager" >/dev/null 2>/dev/null; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else else
AC_MSG_ERROR([no. Install ESP Package Manager (www.easysw.com/epm) and/or specify the path to the right epm]) AC_MSG_ERROR([no. Install ESP Package Manager (http://www.msweet.org/projects.php?Z2) and/or specify the path to the right epm])
fi fi
AC_MSG_CHECKING([epm version]) AC_MSG_CHECKING([epm version])
EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//` EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | $SED -e s/v//`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment