mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

https://svn.o-hand.com/repos/poky/trunk ........ r5306 | ross | 2008-09-29 13:49:37 +0100 (Mon, 29 Sep 2008) | 1 line libnotify: move from meta-extras to meta-openmoko ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5307 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
344 B
BlitzBasic
15 lines
344 B
BlitzBasic
DESCRIPTION = "Send desktop notifications to a notification daemon"
|
|
HOMEPAGE = "http://www.galago-project.org/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL"
|
|
DEPENDS = "dbus gtk+ dbus-glib"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|