mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1825 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
345 B
BlitzBasic
13 lines
345 B
BlitzBasic
DESCRIPTION = "Madplay is a command-line MPEG audio decoder and player"
|
|
SECTION = "console/multimedia"
|
|
DEPENDS = "libmad"
|
|
LICENSE = "GPL"
|
|
AUTHOR = "Robert Leslie <rob@mars.org>"
|
|
HOMEPAGE = "http://www.mars.org/home/rob/proj/mpeg/"
|
|
|
|
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools
|
|
|
|
FILES_${PN} = "${bindir}/madplay"
|