diff options
Diffstat (limited to 'recipes/mpg123/mpg123_0.66.bb')
-rw-r--r-- | recipes/mpg123/mpg123_0.66.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mpg123/mpg123_0.66.bb b/recipes/mpg123/mpg123_0.66.bb new file mode 100644 index 0000000000..f766f930dc --- /dev/null +++ b/recipes/mpg123/mpg123_0.66.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "mpg123 is a fast and free console based real time MPEG Audio Player \ +for Layer 1, 2 and 3. It uses floating point math (unlike libmad)." +LICENSE = "LGPL" +DESCRIPTION = "multimedia" +HOMEPAGE = "http://www.mpg123.de" +RCONFLICTS_${PN} = "mpg321" +RREPLACES_${PN} = "mpg321" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123-${PV}.tar.bz2" + +inherit autotools |