From 887dc00d45fc115caadc3bc3f08f6e84607b336e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 3 Oct 2009 22:59:40 +0200 Subject: [PATCH] new package: - add libnfo for upcoming enna --- packages/other/libnfo/build | 18 ++++++++++++++++++ packages/other/libnfo/install | 6 ++++++ packages/other/libnfo/url | 1 + 3 files changed, 25 insertions(+) create mode 100644 packages/other/libnfo/build create mode 100644 packages/other/libnfo/install create mode 100644 packages/other/libnfo/url diff --git a/packages/other/libnfo/build b/packages/other/libnfo/build new file mode 100644 index 0000000000..6ffc18d706 --- /dev/null +++ b/packages/other/libnfo/build @@ -0,0 +1,18 @@ +#!/bin/sh + +. config/options + +$SCRIPTS/build toolchain + +cd $PKG_BUILD +./configure --prefix=/usr \ + --disable-static \ + --enable-shared \ + --disable-debug \ + --cross-compile \ + --disable-doc \ + --enable-logcolor \ + +make + +$MAKEINSTALL \ No newline at end of file diff --git a/packages/other/libnfo/install b/packages/other/libnfo/install new file mode 100644 index 0000000000..11675ffdd3 --- /dev/null +++ b/packages/other/libnfo/install @@ -0,0 +1,6 @@ +#!/bin/sh + +. config/options + +mkdir -p $INSTALL/usr/lib + cp -PR $PKG_BUILD/src/*.so* $INSTALL/usr/lib diff --git a/packages/other/libnfo/url b/packages/other/libnfo/url new file mode 100644 index 0000000000..31bb967c82 --- /dev/null +++ b/packages/other/libnfo/url @@ -0,0 +1 @@ +http://sources.openelec.tv/svn/libnfo-20091003.tar.bz2