aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nslu2-binary-only/nslu2-linksys-sambacodepages_2.3r63.bb
blob: 4da6b6981a67c87333d1c55728811426e08a061e (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
DESCRIPTION = "Linksys NSLU2 Stock Firmware Samba Code Pages."
PACKAGE_ARCH = "nslu2"
SECTION = "base"
PRIORITY = "required"
PR = "r2"

SRC_URI = "http://nslu.sf.net/downloads/nslu2-linksys-ramdisk-2.3r63-2.tar.bz2"

S = "${WORKDIR}/nslu2-linksys-ramdisk-2.3r63"

do_install () {
	( cd ${S} ; mkdir unslung-tmp )
	( cd ${S}/etc ; tar cvf - samba/codepages ) | ( cd ${S}/unslung-tmp; tar xvf - )
	( cd ${S} ; rm -rf bin dev etc home lib lost+found mnt proc sbin share tmp upload usr var )
	( cd ${S} ; mv unslung-tmp etc )
	( cd ${S}/etc/samba/codepages; rm -f codepage.437 unicode_map.437 )
	( cd ${S}/etc/samba/codepages; rm -f codepage.850 unicode_map.850 )
	( cd ${S}/etc/samba/codepages; rm -f              unicode_map.ISO8859-1 )
	( cd ${S} ; tar cvf - . ) | ( cd ${D} ; tar xvf - )
}

FILES_${PN} = "/etc/samba/codepages"

COMPATIBLE_MACHINE = "nslu2"