diff options
Diffstat (limited to 'recipes/eject')
-rw-r--r-- | recipes/eject/eject_2.1.5.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/eject/eject_2.1.5.bb b/recipes/eject/eject_2.1.5.bb new file mode 100644 index 0000000000..7cf7188899 --- /dev/null +++ b/recipes/eject/eject_2.1.5.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control." +LICENSE = "GPLv2" + +inherit autotools + +SRC_URI = "http://ca.geocities.com/jefftranter@rogers.com/eject-${PV}.tar.gz" + +S = "${WORKDIR}/${PN}" + |