blob: 905a4a6ea79df90af92ac199f7205d17a6fd373a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
}
|