blob: f4490884bbf7e4247de305bb47fcd881a26e2ded (
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_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}
}
|