aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/file-roller/file-roller_2.6.1.bb
blob: 43ba49ac5e6f3e1fec0c2673f9c2c49b516be71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file-roller OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

LICENSE="GPL"
HOMEPAGE="http://fileroller.sourceforge.net/"
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/${PN}/2.6/file-roller-${PV}.tar.gz"

DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui"

inherit autotools

do_configure_prepend () {
	cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}