diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-11 09:56:25 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-11 09:56:25 +0100 |
commit | e21989e2f2c2cc954a8245a6faba7e7bd6a65144 (patch) | |
tree | 2f88ab047297342d8a41490293115a3b525f0386 | |
parent | e29d9570bbee5d8d721517a413b9dbf1f9b6892e (diff) |
elmdentica: port elmdentica_svn.bb from shr/merge branch
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r-- | recipes/e17/elmdentica_svn.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb new file mode 100644 index 0000000000..977bc6d842 --- /dev/null +++ b/recipes/e17/elmdentica_svn.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A indenti.ca client for E" +DEPENDS = "glib-2.0 gconf libxml2 curl elementary sqlite3-native" +LICENSE = "GPLv3+" +SECTION = "e/apps" +HOMEPAGE = "http://elmdentica.googlecode.com" +AUTHOR = "seabra" +PV = "0.7.0+svnr${SRCREV}" +PR = "r0" + + +SRC_URI = "svn://elmdentica.googlecode.com/svn;module=trunk;proto=http" + +S = "${WORKDIR}/trunk" + +inherit autotools pkgconfig |