blob: 7a6b397b4017cb9059391280057bdefe3801dec3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "programs for mounting, unmounting and ejecting storage devices"
LICENSE = "GPL"
SECTION = "x11/gnome"
DEPENDS = "nautilus gnome-keyring libglade libnotify"
inherit autotools gnome pkgconfig
SRC_URI = "http://hal.freedesktop.org/releases/gnome-mount-${PV}.tar.gz;name=archive"
SRC_URI[archive.md5sum] = "562ec9d0196e5e000bdd249a04a3aa6a"
SRC_URI[archive.sha256sum] = "44ca6b78b49a4181435e489c7b7d416c8f26442dcecdc01ec4b981274ed957e2"
FILES_${PN} += "${libdir}/nautilus"
FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug"
|