aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bb/bb_1.2.bb
blob: 516da8470919be40ee686c54cf503ee707a91145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "bb, The portable aalib demo"
HOMEPAGE = "http://aa-project.sourceforge.net/bb/"
SECTION = "console/misc"
LICENSE = "GPLv2"
DEPENDS = "aalib"
FILE_PR = "r1"

SRC_URI = "http://prdownloads.sourceforge.net/aa-project/bb-1.2.tar.gz \
           file://fix-compile.patch;patch=1"

inherit autotools

do_install() {
    install -d ${D}${bindir}
    install -m 755 bb ${D}${bindir}
}