gnuplot: upgraded to version 4.6.5.
This commit is contained in:
parent
bed6cd2253
commit
f1d49eba03
@ -1,41 +1,41 @@
|
|||||||
version=\
|
version=\
|
||||||
(
|
(
|
||||||
"4.6.1"
|
'4.6.5'
|
||||||
)
|
)
|
||||||
|
|
||||||
url=\
|
url=\
|
||||||
(
|
(
|
||||||
"ftp://ftp.dante.de/pub/tex/graphics/gnuplot/${version}/gnuplot-${version}.tar.gz"
|
"http://downloads.sourceforge.net/gnuplot/gnuplot/$version/gnuplot-$version.tar.gz"
|
||||||
)
|
)
|
||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
(
|
(
|
||||||
"4c9a06461f402482c30cf94e267eb877"
|
'9a476b21f74bd99c876f1509d731a0f9'
|
||||||
)
|
)
|
||||||
|
|
||||||
configure()
|
configure()
|
||||||
{
|
{
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="${cfg_dir_toolchain_sysroot}/usr" \
|
--prefix="${cfg_dir_toolchain_sysroot}/usr" \
|
||||||
--target="$cfg_target_canonical" \
|
--target="$cfg_target_canonical" \
|
||||||
--host="$cfg_target_canonical" \
|
--host="$cfg_target_canonical" \
|
||||||
--build="$cfg_host_canonical" \
|
--build="$cfg_host_canonical" \
|
||||||
--disable-history-file \
|
--disable-history-file \
|
||||||
--without-x \
|
--without-x \
|
||||||
--disable-raise-console \
|
--disable-raise-console \
|
||||||
--disable-mouse \
|
--disable-mouse \
|
||||||
--without-tutorial \
|
--without-tutorial \
|
||||||
--without-demo \
|
--without-demo \
|
||||||
--disable-demo \
|
--disable-demo \
|
||||||
--without-row-help \
|
--without-row-help \
|
||||||
--disable-history-file \
|
--disable-history-file \
|
||||||
--without-lisp-files \
|
--without-lisp-files \
|
||||||
--disable-wxwidgets \
|
--disable-wxwidgets \
|
||||||
--without-lua \
|
--without-lua \
|
||||||
--without-latex \
|
--without-latex \
|
||||||
--without-cairo
|
--without-cairo
|
||||||
|
|
||||||
sed -i "s#demo ##g" Makefile
|
sed -i "s#demo ##g" Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
build()
|
build()
|
||||||
@ -50,8 +50,6 @@ host_install()
|
|||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
{
|
{
|
||||||
$cmd_target_strip -v "$cfg_dir_toolchain_sysroot/usr/bin/gnuplot" -o "$cfg_dir_rootfs/usr/bin/gnuplot"
|
$cmd_target_strip -v "$cfg_dir_toolchain_sysroot/usr/bin/gnuplot" -o "$cfg_dir_rootfs/usr/bin/gnuplot"
|
||||||
$cmd_cp "$cfg_dir_toolchain_sysroot/usr/share/gnuplot" "$cfg_dir_rootfs/usr/share"
|
$cmd_cp "$cfg_dir_toolchain_sysroot/usr/share/gnuplot" "$cfg_dir_rootfs/usr/share"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user