From c16e1ba2db0d77bbb7b58cd6e4458ca6641d3c7b Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Sun, 25 Jan 2015 21:51:48 +0000 Subject: [PATCH] libode: update-check support. --- srcpkgs/libode/template | 2 +- srcpkgs/libode/update | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libode/update diff --git a/srcpkgs/libode/template b/srcpkgs/libode/template index 93c67618663..cf2b62803f0 100644 --- a/srcpkgs/libode/template +++ b/srcpkgs/libode/template @@ -9,7 +9,7 @@ short_desc="high performance library for simulating rigid body dynamics" maintainer="Enno Boland " license="LGPL/BSD" homepage="http://www.ode.org" -distfiles="http://downloads.sourceforge.net/project/opende/ODE/$version/ode-$version.tar.bz2" +distfiles="${SOURCEFORGE_SITE}/opende/ODE/$version/ode-$version.tar.bz2" checksum=65c5315a42c725d2da01ea2c1b045583d54e0d1a95e3f7c062e5ba3769f5c350 wrksrc="ode-$version" configure_args="--disable-static --enable-shared --enable-double-precision" diff --git a/srcpkgs/libode/update b/srcpkgs/libode/update new file mode 100644 index 00000000000..cce1fbd7e85 --- /dev/null +++ b/srcpkgs/libode/update @@ -0,0 +1,2 @@ +pkgname="${pkgname#lib*}" +ignore="0.0*"