blob: 93895e5cbed34ffb853e4c95feaa8c3708725b2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Accelerometer gestures"
HOMEPAGE = "http://code.google.com/p/accelges/"
AUTHOR = "Paul V. Borza"
LICENSE = "GPL"
DEPENDS = "libnotify"
PV = "0.2+svn${SRCREV}"
SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
inherit autotools
# FIXME increase packaging granularity
|