summaryrefslogtreecommitdiff
path: root/nslu2-binary-only/nslu2-unslung-ramdisk_2.3r25.oe
blob: ea5bfd0f042c535139a671b73a5a7fd5234bab28 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
SECTION = "base"

PR = "r6"

UNSLUNG_VERSION = 2.4-alpha
UNSLUNG_SUFFIX = 

SRC_URI = "http://www.nslu2-linux.org/nslu2-linksys-ramdisk-2.3r25.tar.bz2 \
	   file://linuxrc \
	   file://rc.unslung \
	   file://unsling \
	   file://unslung.patch \
	   file://ipkg.conf"
S = "${WORKDIR}/nslu2-linksys-ramdisk-2.3r25"

ROOT_NEW_DIRS = "/opt"
ROOT_NEW_FILES = ".unslung linuxrc"
SBIN_NEW_FILES = "unsling"
ETC_PATCHED_FILES = "passwd rc"
ETC_NEW_FILES = "profile ipkg.conf"
RC_PATCHED_FILES = "rc.1 rc.crond rc.halt rc.local rc.modules \
		    rc.network rc.quickset rc.quota rc.reboot \
		    rc.reset_usrgrpshare rc.rstimezone rc.samba \
		    rc.sysinit rc.thttpd rc.xinetd"
RC_NEW_FILES = "rc.unslung"
HTML_PATCHED_FILES = "home.htm"
LOCAL_PATCHED_FILES = "passwd"

do_compile () {
	cp ${WORKDIR}/linuxrc ${S}/linuxrc
	cp ${WORKDIR}/unsling ${S}/sbin/unsling
	cp ${WORKDIR}/ipkg.conf ${S}/etc/ipkg.conf
	cp ${WORKDIR}/rc.unslung ${S}/etc/rc.d/rc.unslung
	sed -e s/X.Y/${UNSLUNG_VERSION}${UNSLUNG_SUFFIX}/ ${WORKDIR}/unslung.patch | patch -d ${S} -p3
	sed -i -e s/@version#/@version#-uNSLUng-${UNSLUNG_VERSION}${UNSLUNG_SUFFIX}/ ${S}/home/httpd/html/home.htm
}

do_install () {
	( cd ${S} ; tar cvf - . ) | ( cd ${D} ; tar xvf - )
}

PACKAGES = "${PN}"
FILES_${PN} = "/"