blob: 4748c758dcc3ac15ca8ef548fb8509c620c46ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "todo list manager in EFL"
HOMEPAGE = "http://enotes.googlecode.com"
AUTHOR = "furester"
LICENSE = "GPL"
SECTION = "e/apps"
DEPENDS = "elementary evas sqlite3"
PV = "0.2.2+svnr${SRCPV}"
PR = "r2"
SRC_URI = "svn://enotes.googlecode.com/svn/trunk;module=.;proto=http"
S = "${WORKDIR}"
inherit autotools
|