blob: c932aeaf2268534ae9116af39522f68210b870b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Open implementation of motorola's tapisrc"
LICENSE = "GPLv2"
PV = "0.0+svn${SRCDATE}"
SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=opentapi;proto=http"
S = "${WORKDIR}/${PN}"
do_install() {
install -d ${D}${bindir}
install -m 755 opentapi ${D}${bindir}
}
|