diff options
Diffstat (limited to 'recipes/gpicview/gpicview_0.1.5.bb')
-rw-r--r-- | recipes/gpicview/gpicview_0.1.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gpicview/gpicview_0.1.5.bb b/recipes/gpicview/gpicview_0.1.5.bb new file mode 100644 index 0000000000..14248ec14f --- /dev/null +++ b/recipes/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 + + |