diff options
Diffstat (limited to 'gpe-timesheet/gpe-timesheet_0.13.oe')
-rw-r--r-- | gpe-timesheet/gpe-timesheet_0.13.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gpe-timesheet/gpe-timesheet_0.13.oe b/gpe-timesheet/gpe-timesheet_0.13.oe index e69de29bb2..19bc75b268 100644 --- a/gpe-timesheet/gpe-timesheet_0.13.oe +++ b/gpe-timesheet/gpe-timesheet_0.13.oe @@ -0,0 +1,7 @@ +inherit gpe + +DEPENDS = "virtual/libc libgpewidget glib-2.0 gtk+" +SECTION = "gpe" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-timesheet-${PV}.tar.gz \ + file://gpe-timesheet-makefile.patch;patch=0" |