aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nautilus/nautilus-cd-burner_2.8.5.bb
blob: 71f0a5c44e997bcd4a0ab94f15336c787c827cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# nautilus-cd-burner OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

inherit gnome
LICENSE="GPL"

DEPENDS="nautilus"

SRC_URI += "file://makefile.patch;patch=1"

EXTRA_OECONF = "--disable-gtk-doc"

PACKAGES += "libnautilus-burn"

FILES_${PN} = "/usr/share/* /usr/bin/* /etc /usr/lib/gnome-vfs-2.0/* \
	/usr/lib/nautilus/*"
FILES_libnautilus-burn="/usr/lib/*.so*"

headers="bacon-cd-selection.h  cd-drive.h  cd-recorder.h"
hdir="${STAGING_INCDIR}/libnautilus-burn"

do_stage() {
	install -d ${hdir}
	for file in ${headers}; do
		install -m 0644 $file ${hdir}/$file
	done

	oe_libinstall libnautilus-burn  ${STAGING_LIBDIR}
}