diff --git a/packages/audio/flac/build b/packages/audio/flac/build index 39e2beaaeb..22b9c5318a 100755 --- a/packages/audio/flac/build +++ b/packages/audio/flac/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build libogg - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/audio/flac/install b/packages/audio/flac/install index 89e4e36ce5..4eae8ebc34 100755 --- a/packages/audio/flac/install +++ b/packages/audio/flac/install @@ -2,7 +2,5 @@ . config/options $1 -$SCRIPTS/install libogg - mkdir -p $INSTALL/usr/lib - cp -PR $PKG_BUILD/src/libFLAC/.libs/libFLAC.so* $INSTALL/usr/lib + cp -P $PKG_BUILD/src/libFLAC/.libs/libFLAC.so* $INSTALL/usr/lib diff --git a/packages/audio/flac/meta b/packages/audio/flac/meta new file mode 100644 index 0000000000..138baae3c7 --- /dev/null +++ b/packages/audio/flac/meta @@ -0,0 +1,14 @@ +PKG_NAME="flac" +PKG_VERSION="1.2.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="LGPL" +PKG_SITE="http://flac.sourceforge.net/" +PKG_URL="http://downloads.sourceforge.net/flac/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="libogg" +PKG_BUILD_DEPENDS="toolchain libogg" +PKG_PRIORITY="optional" +PKG_SECTION="audio" +PKG_SHORTDESC="flac: An Free Lossless Audio Codec" +PKG_LONGDESC="Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without throwing away any information. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio." +PKG_IS_ADDON="no" diff --git a/packages/audio/flac/patches/flac-1.2.1-cxxflags.diff b/packages/audio/flac/patches/flac-1.2.1-cxxflags.patch similarity index 100% rename from packages/audio/flac/patches/flac-1.2.1-cxxflags.diff rename to packages/audio/flac/patches/flac-1.2.1-cxxflags.patch diff --git a/packages/audio/flac/patches/flac-1.2.1-gcc_4.3.diff b/packages/audio/flac/patches/flac-1.2.1-gcc_4.3.patch similarity index 100% rename from packages/audio/flac/patches/flac-1.2.1-gcc_4.3.diff rename to packages/audio/flac/patches/flac-1.2.1-gcc_4.3.patch diff --git a/packages/audio/flac/url b/packages/audio/flac/url deleted file mode 100644 index f0e549c68a..0000000000 --- a/packages/audio/flac/url +++ /dev/null @@ -1 +0,0 @@ -http://downloads.sourceforge.net/flac/flac-1.2.1.tar.gz