diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-07-09 16:20:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 16:20:57 +0000 |
commit | b10227fbeee14a88de96acaa9b4e3f3042de5b30 (patch) | |
tree | d109ce0fdc54683b46dec2534409030b6806b753 /packages/gphoto2/gphoto2_2.1.6.bb | |
parent | a21b5d75f037563988b8ed9780aa40d5ca2cbea9 (diff) | |
parent | cb3a0cd64987084fa719eebca83b38c879ecd224 (diff) |
merge of 05bc37d3f00068d129ee791a91fcb0a203d7f7d3
and 53c35384d4c6d494c0d740195d391ef05aed1fb7
Diffstat (limited to 'packages/gphoto2/gphoto2_2.1.6.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.1.6.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/gphoto2/gphoto2_2.1.6.bb b/packages/gphoto2/gphoto2_2.1.6.bb new file mode 100644 index 0000000000..51dacccd0f --- /dev/null +++ b/packages/gphoto2/gphoto2_2.1.6.bb @@ -0,0 +1,8 @@ +LICENSE = GPL +SECTION = "console/utils" +DEPENDS = "libgphoto2 popt" +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.gz" + +inherit autotools |