diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-12 21:12:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-12 21:12:47 +0000 |
commit | 16c39fad170f138943a2347d89f508efce438ed1 (patch) | |
tree | 9b11fff8bf19f90a42ec682fc903ffebb4cc28e3 /packages/gpicview | |
parent | 6f8e9841a489cc7552d8d39fe0cd0627af8d6173 (diff) |
gpicview: add 0.1.5
Diffstat (limited to 'packages/gpicview')
-rw-r--r-- | packages/gpicview/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpicview/gpicview_0.1.5.bb | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/gpicview/.mtn2git_empty b/packages/gpicview/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpicview/.mtn2git_empty diff --git a/packages/gpicview/gpicview_0.1.5.bb b/packages/gpicview/gpicview_0.1.5.bb new file mode 100644 index 0000000000..14248ec14f --- /dev/null +++ b/packages/gpicview/gpicview_0.1.5.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Extremely lightweight and fast with low memory usage" +LICENSE = "GPL" + +DEPENDS = "gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + + |