blob: 4c77655fc7b20112a235f3d35798244289d39a59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "MOC is a ncurses based music player"
SECTION = "console/multimedia"
DEPENDS = "ncurses"
LICENSE = "GPL"
AUTHOR = "Damian Pietras <daper@daper.net>"
HOMEPAGE = "http://moc.daper.net/"
SRC_URI = "ftp://ftp.daper.net/pub/soft/moc/stable/${PN}-${PV}.tar.bz2"
inherit autotools
FILES_${PN} = "${bindir}/moc"
|