diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:27:49 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:51 +0100 |
commit | 359c5a669adc3c2820cdf658875b5462cf46f2b7 (patch) | |
tree | 5c6c1cffe2b7da7ba5268034bf2112056211b2d9 /recipes/omnewrotate/omnewrotate_0.5.4.bb | |
parent | 111c79f388e2fde3de44dd8c74ef89f012375888 (diff) |
omnewrotate: new recipe from SHR
Diffstat (limited to 'recipes/omnewrotate/omnewrotate_0.5.4.bb')
-rw-r--r-- | recipes/omnewrotate/omnewrotate_0.5.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/omnewrotate/omnewrotate_0.5.4.bb b/recipes/omnewrotate/omnewrotate_0.5.4.bb new file mode 100644 index 0000000000..c712efaba0 --- /dev/null +++ b/recipes/omnewrotate/omnewrotate_0.5.4.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "OpenMoko New Rotate is a screen rotation program" +HOMEPAGE = "http://code.google.com/p/omnewrotate/" +AUTHOR = "Rui Seabra" +LICENSE = "GPLv3" +SECTION = "console/network" +DEPENDS = "libframeworkd-glib xrandr" +PV = "0.5.4" +PR = "r4" + +SRC_URI = "svn://omnewrotate.googlecode.com/svn/trunk;module=.;proto=http;rev=HEAD \ +file://correct-sysfs-bl-path.patch;patch=1 \ +" +S = "${WORKDIR}" + +inherit autotools |