aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libgnomecups_0.2.3.bb
blob: f4cc7bd83062c8d250740e87e03c503b5bcab3f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION="Gnome Cups Manager"
LICENSE="GPLv2"

PR ="r0"

DEPENDS="glib-2.0 gtk+ pango cups intltool libgnomeui"

inherit gnome pkgconfig

do_compile_append () {
	cp libgnomecups-1.0.pc libgnomecups-1.0.pc.old
	sed 's:${STAGING_DIR_HOST}::' < libgnomecups-1.0.pc.old > libgnomecups-1.0.pc
}

do_stage() {
	autotools_stage_all
}