blob: 050358a31f75ee7816541dec81e6181aa7496553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "LGPL"
DESCRIPTION = "GPE program launcher library"
SECTION = "libs"
DEPENDS = "gtk+ startup-notification"
FILE_PR = "r1"
inherit autotools pkgconfig
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug"
do_stage() {
autotools_stage_all
}
|