From 10ae38c229dbf086cc5911e34c71a175efd051d6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 2 Aug 2010 09:50:50 +0200 Subject: [PATCH] libelf: add metafile support, update to libelf-0.8.13 Signed-off-by: Stephan Raue --- packages/toolchain/devel/libelf/meta | 14 ++++++++++++++ packages/toolchain/devel/libelf/url | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/toolchain/devel/libelf/meta delete mode 100644 packages/toolchain/devel/libelf/url diff --git a/packages/toolchain/devel/libelf/meta b/packages/toolchain/devel/libelf/meta new file mode 100644 index 0000000000..28f4abfd39 --- /dev/null +++ b/packages/toolchain/devel/libelf/meta @@ -0,0 +1,14 @@ +PKG_NAME="libelf" +PKG_VERSION="0.8.13" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.mr511.de/software/" +PKG_URL="http://www.mr511.de/software/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/devel" +PKG_SHORTDESC="libelf: ELF object file access library" +PKG_LONGDESC="Libelf is a library to access ELF object files." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/devel/libelf/url b/packages/toolchain/devel/libelf/url deleted file mode 100644 index 5cb7685551..0000000000 --- a/packages/toolchain/devel/libelf/url +++ /dev/null @@ -1 +0,0 @@ -http://www.mr511.de/software/libelf-0.8.12.tar.gz