blob: e8e109e44f08a286d54aa7979d894507de0fba2a (
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 libgnomecups"
inherit gnome pkgconfig
FILES_${PN} += "${datadir}/icons/"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gnome-cups-manager/${PV}/gnome-cups-manager-${PV}.tar.bz2"
do_stage() {
autotools_stage_all
}
|