summaryrefslogtreecommitdiffstats
path: root/recipes/bb/bb_1.2.bb
blob: 0629f74faf34ad4e60b2e0733147f1c2ee2dd985 (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"
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}
}