diff --git a/packages/other/libnfo/build b/packages/other/libnfo/build deleted file mode 100755 index 6ffc18d706..0000000000 --- a/packages/other/libnfo/build +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 deleted file mode 100755 index 11675ffdd3..0000000000 --- a/packages/other/libnfo/install +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 deleted file mode 100644 index f37f6bf290..0000000000 --- a/packages/other/libnfo/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/libnfo-20091010.tar.bz2