summaryrefslogtreecommitdiff
path: root/maradns
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /maradns
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'maradns')
-rw-r--r--maradns/maradns_1.0.23.bb0
-rw-r--r--maradns/maradns_1.0.23.oe44
2 files changed, 0 insertions, 44 deletions
diff --git a/maradns/maradns_1.0.23.bb b/maradns/maradns_1.0.23.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/maradns/maradns_1.0.23.bb
diff --git a/maradns/maradns_1.0.23.oe b/maradns/maradns_1.0.23.oe
deleted file mode 100644
index cf87aa0e77..0000000000
--- a/maradns/maradns_1.0.23.oe
+++ /dev/null
@@ -1,44 +0,0 @@
-SECTION = "console/network"
-DESCRIPTION = "A security-aware DNS server"
-HOMEPAGE = "http://www.maradns.org"
-LICENSE = "PD"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-
-SRC_URI = "http://www.maradns.org/download/maradns-${PV}.tar.bz2 \
- file://init \
- file://rng-makefile-build-cc.patch;patch=1;pnum=0"
-
-do_install() {
- install -d ${D}/${bindir}
- install -d ${D}/${sbindir}
- install -d ${D}/${sysconfdir}
- install -d ${D}/${sysconfdir}/mararc
- install -d ${D}/${sysconfdir}/init.d
- install -d ${D}/${mandir}/man1
- install -d ${D}/${mandir}/man5
- install -d ${D}/${mandir}/man8
-
- sed -i -e "s:PREFIX/man:PREFIX/share/man:" \
- -e "s:PREFIX/doc/maradns-\$VERSION:PREFIX/share/doc/${PF}:" \
- build/install.locations
-
- oe_runmake \
- TOPLEVEL=${S} \
- BUILDDIR=${S}/build \
- RPM_BUILD_ROOT=${D} \
- PREFIX=${D}/usr \
- MAN1=${D}/usr/share/man/man1 \
- MAN5=${D}/usr/share/man/man5 \
- MAN8=${D}/usr/share/man/man8 \
- install
-
- mv ${D}/${sysconfdir}/mararc/example_mararc ${D}/${sysconfdir}/maradns/mararc
- rm -r ${D}/${sysconfdir}/mararc/
- install -m 755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/maradns
-}
-
-PACKAGES = "maradns-zone maradns-ask maradns maradns-doc"
-FILES_maradns-zone = "${sbindir}/zoneserver ${bindir}/getzone"
-FILES_maradns-ask = "${bindir}/askmara"
-
-CONFFILES_${PN}_nylon = "/etc/maradns/mararc"