Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / file-roller / file-roller_2.6.1.bb
1 # file-roller OE build file
2 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 LICENSE="GPL"
6 HOMEPAGE="http://fileroller.sourceforge.net/"
7 SRC_URI="http://ftp.gnome.org/pub/gnome/sources/${PN}/2.6/file-roller-${PV}.tar.gz"
8
9 DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui"
10
11 inherit autotools
12
13 do_configure_prepend () {
14         cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
15 }