blob: d33a10988601e47f393df092eb7f4d1d747d69b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS IPC library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "gtk+ gtk-doc"
PR = "r2"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
SRC_URI += "file://po.patch"
do_stage () {
autotools_stage_all
}
SRC_URI[md5sum] = "cf829bb82f84728194c64a41e9f1cf32"
SRC_URI[sha256sum] = "10197df9daee806453c5a7e99e538d7eac0421796f2a9ae114d4369d85fcf3af"
|