blob: 84024a7d0d905aaca3b58faf23a4dea299ce3b19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION="NET"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS=libc6
DEPENDS=virtual/libc
SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \
file://${FILESDIR}/gcc3.patch;patch=1
inherit autotools libtool
do_install () {
install -d ${D}/${bindir}
install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
}
|