aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mplayer/mplayer-common.bb
blob: 3506b1c7a74e3f699175aa9e2eee786ed944f0c9 (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
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2006
# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license)
#
# Filename: mplayer-common.bb
# Date: 26-Mar-06

DESCRIPTION = "Preconfigured mplayer preferences"
HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml"

######################################################################################

PV = "0.0.1"
PR = "r0"

######################################################################################

SRC_URI = "file://mplayer.conf"

######################################################################################

FILES_${PN} = "/usr/etc/mplayer"

######################################################################################

do_install() {
	install -d "${D}/usr/etc/mplayer"
	
	install -m 0644 ${WORKDIR}/mplayer.conf "${D}/usr/etc/mplayer"
}