summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/gimp/gimp_2.3.3.bb (renamed from packages/gimp/gimp_2.3.2.bb)0
-rw-r--r--packages/gtkextra/.mtn2git_empty0
-rw-r--r--packages/gtkextra/gtk+extra_2.1.1.bb9
-rw-r--r--packages/icecast/.mtn2git_empty0
-rw-r--r--packages/icecast/icecast_2.2.0.bb9
-rw-r--r--packages/libxslt/libxslt_1.1.7.bb6
-rw-r--r--packages/linux/nslu2-kernel_2.6.12.2.bb2
-rw-r--r--packages/linux/openslug-kernel-2.6.12.2/defconfig2
-rw-r--r--packages/mailx/mailx_8.1.2-0.20050715cvs.bb17
-rw-r--r--packages/meta/openslug-packages.bb5
-rw-r--r--packages/postfix/postfix_2.0.20.bb3
-rw-r--r--packages/procps/procps_3.2.5.bb32
-rw-r--r--packages/ssmtp/ssmtp_2.61.bb12
-rw-r--r--packages/watchdog/watchdog_5.2.bb8
14 files changed, 94 insertions, 11 deletions
diff --git a/packages/gimp/gimp_2.3.2.bb b/packages/gimp/gimp_2.3.3.bb
index 98237579d0..98237579d0 100644
--- a/packages/gimp/gimp_2.3.2.bb
+++ b/packages/gimp/gimp_2.3.3.bb
diff --git a/packages/gtkextra/.mtn2git_empty b/packages/gtkextra/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gtkextra/.mtn2git_empty
diff --git a/packages/gtkextra/gtk+extra_2.1.1.bb b/packages/gtkextra/gtk+extra_2.1.1.bb
new file mode 100644
index 0000000000..60b34544ed
--- /dev/null
+++ b/packages/gtkextra/gtk+extra_2.1.1.bb
@@ -0,0 +1,9 @@
+LICENSE = "LGPL"
+HOMEPAGE = "http://gtkextra.sourceforge.net/"
+DESCRIPTION = "Gtk+Extra is a set of custom widget for plots and images"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/scigraphica/gtk+extra-${PV}.tar.gz"
+DEPENDS = "gtk+"
+
+inherit autotools
+
diff --git a/packages/icecast/.mtn2git_empty b/packages/icecast/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/icecast/.mtn2git_empty
diff --git a/packages/icecast/icecast_2.2.0.bb b/packages/icecast/icecast_2.2.0.bb
new file mode 100644
index 0000000000..0612c28da5
--- /dev/null
+++ b/packages/icecast/icecast_2.2.0.bb
@@ -0,0 +1,9 @@
+DEPENDS = "libxslt"
+PR = "r1"
+MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
+
+SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}"
+inherit autotools
+
diff --git a/packages/libxslt/libxslt_1.1.7.bb b/packages/libxslt/libxslt_1.1.7.bb
index 09c148b9b2..81d4fddead 100644
--- a/packages/libxslt/libxslt_1.1.7.bb
+++ b/packages/libxslt/libxslt_1.1.7.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
DESCRIPTION = "GNOME XSLT library"
SECTION = "libs"
PRIORITY = "optional"
@@ -28,11 +28,11 @@ do_stage () {
oe_libinstall -C libexslt -so -a libexslt ${STAGING_LIBDIR}
mkdir -p ${STAGING_INCDIR}/libxslt
- for i in ${headers}; do
+ for i in ${xsltheaders}; do
install -m 0644 ${S}/libxslt/$i ${STAGING_INCDIR}/libxslt/$i
done
mkdir -p ${STAGING_INCDIR}/libexslt
- for i in ${headers}; do
+ for i in ${exsltheaders}; do
install -m 0644 ${S}/libexslt/$i ${STAGING_INCDIR}/libexslt/$i
done
diff --git a/packages/linux/nslu2-kernel_2.6.12.2.bb b/packages/linux/nslu2-kernel_2.6.12.2.bb
index 64b5788649..177fa8cb3f 100644
--- a/packages/linux/nslu2-kernel_2.6.12.2.bb
+++ b/packages/linux/nslu2-kernel_2.6.12.2.bb
@@ -1,5 +1,5 @@
# Kernel for NSLU2
-PR = "r7"
+PR = "r8"
include nslu2-kernel.inc
# N2K_EXTRA_PATCHES - list of patches to apply (can include
diff --git a/packages/linux/openslug-kernel-2.6.12.2/defconfig b/packages/linux/openslug-kernel-2.6.12.2/defconfig
index fef846fe33..2e60b1f22a 100644
--- a/packages/linux/openslug-kernel-2.6.12.2/defconfig
+++ b/packages/linux/openslug-kernel-2.6.12.2/defconfig
@@ -332,7 +332,7 @@ CONFIG_BLK_DEV_SD=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
-# CONFIG_SCSI_MULTI_LUN is not set
+CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
diff --git a/packages/mailx/mailx_8.1.2-0.20050715cvs.bb b/packages/mailx/mailx_8.1.2-0.20050715cvs.bb
new file mode 100644
index 0000000000..3a473e57be
--- /dev/null
+++ b/packages/mailx/mailx_8.1.2-0.20050715cvs.bb
@@ -0,0 +1,17 @@
+SECTION = "console/network"
+DEPENDS = "liblockfile"
+RRECOMMENDS = "ssmtp"
+DESCRIPTION = "mailx is the traditional command-line-mode \
+mail user agent."
+PR = "r0"
+LICENSE = "GPL"
+SRC_URI = "${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}.orig.tar.gz \
+ ${DEBIAN_MIRROR}/main/m/mailx/mailx_${PV}-1.diff.gz;patch=1 \
+ file://install.patch;patch=1"
+S = "${WORKDIR}/mailx-${PV}.orig"
+
+CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
+
+do_install () {
+ oe_runmake 'DESTDIR=${D}' install
+}
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb
index 533f188795..ee2cef1d9e 100644
--- a/packages/meta/openslug-packages.bb
+++ b/packages/meta/openslug-packages.bb
@@ -54,6 +54,7 @@ OPENSLUG_PACKAGES = "\
ccxstream \
coreutils \
cron \
+ ctorrent \
cvs\
cyrus-imapd \
db4 \
@@ -64,13 +65,16 @@ OPENSLUG_PACKAGES = "\
glib-2.0 \
gphoto2 \
gtk-doc \
+ icecast \
iperf \
+ ifupdown \
jpeg \
less \
libpam \
libpng \
libusb \
libxml2 \
+ mailx \
man man-pages \
mgetty \
miau \
@@ -105,6 +109,7 @@ OPENSLUG_PACKAGES = "\
sane-backends \
screen \
setpwc \
+ ssmtp \
strace \
streamripper \
sudo \
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb
index f5c22c1139..a23ac2f3e2 100644
--- a/packages/postfix/postfix_2.0.20.bb
+++ b/packages/postfix/postfix_2.0.20.bb
@@ -1,7 +1,7 @@
SECTION = "console/network"
DEPENDS = "db3 pcre postfix-native"
LICENSE = "IPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
file://${FILESDIR}/makedefs.patch;patch=1 \
@@ -51,6 +51,7 @@ pkg_postinst () {
chmod g+s /usr/sbin/postdrop
/var/tmp/main_cf.sh >/etc/postfix/main.cf
chmod 644 /etc/postfix/main.cf
+ [ -d /var/spool/postfix ] && rmdir /var/spool/postfix
/etc/init.d/populate-volatile.sh
touch /etc/aliases
newaliases
diff --git a/packages/procps/procps_3.2.5.bb b/packages/procps/procps_3.2.5.bb
index 21b2783e55..e73f04c0d7 100644
--- a/packages/procps/procps_3.2.5.bb
+++ b/packages/procps/procps_3.2.5.bb
@@ -7,7 +7,7 @@ SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Inge Arnesen <inge.arnesen@gmail.com>"
DEPENDS = "ncurses"
-PR = "r2"
+PR = "r4"
SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
file://install.patch;patch=1 \
@@ -16,7 +16,11 @@ SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz \
-inherit autotools
+inherit autotools
+FILES = "${bindir}/top.${PN} ${base_bindir}/ps.${PN} ${bindir}/uptime.${PN} ${base_bindir}/kill.${PN} \
+ ${bindir}/free.${PN} ${bindir}/w ${bindir}/watch ${bindir}/pgrep ${bindir}/pmap ${bindir}/pwdx \
+ ${bindir}/snice ${bindir}/vmstat ${bindir}/slabtop ${bindir}/pkill ${bindir}/skill ${bindir}/tload \
+ ${base_sbindir}/sysctl"
EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
CPPFLAGS=-I${STAGING_INCDIR} \
@@ -24,3 +28,27 @@ EXTRA_OEMAKE = "CFLAGS=-I${STAGING_INCDIR} \
CURSES=-lncurses \
install='install -D' \
ldconfig=echo"
+
+do_install_append () {
+ mv ${D}${bindir}/uptime ${D}${bindir}/uptime.${PN}
+ mv ${D}${bindir}/top ${D}${bindir}/top.${PN}
+ mv ${D}${base_bindir}/kill ${D}${base_bindir}/kill.${PN}
+ mv ${D}${base_bindir}/ps ${D}${base_bindir}/ps.${PN}
+ mv ${D}${bindir}/free ${D}${bindir}/free.${PN}
+}
+
+pkg_postinst() {
+ update-alternatives --install ${bindir}/top top top.${PN} 90
+ update-alternatives --install ${bindir}/uptime uptime uptime.${PN} 90
+ update-alternatives --install ${base_bindir}/ps ps ps.${PN} 90
+ update-alternatives --install ${base_bindir}/kill kill kill.${PN} 90
+ update-alternatives --install ${bindir}/free free free.${PN} 90
+}
+
+pkg_postrm() {
+ update-alternatives --remove top top.${PN}
+ update-alternatives --remove ps ps.${PN}
+ update-alternatives --remove uptime uptime.${PN}
+ update-alternatives --remove kill kill.${PN}
+ update-alternatives --remove free free.${PN}
+}
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb
index f61781ff4e..ddf7d13d19 100644
--- a/packages/ssmtp/ssmtp_2.61.bb
+++ b/packages/ssmtp/ssmtp_2.61.bb
@@ -1,7 +1,8 @@
SECTION = "console/network"
+
DEPENDS = "openssl"
DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub."
-PR = "r1"
+PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
@@ -10,6 +11,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ssmtp.conf"
S = "${WORKDIR}/${PN}-2.61"
LICENSE = "GPL"
+CONFFILE = "${sysconfdir}/ssmtp/ssmtp.conf"
inherit autotools
EXTRA_OECONF = "--enable-ssl"
@@ -24,3 +26,11 @@ do_install () {
install -d ${D}${sysconfdir}/ssmtp
install -m 0644 ${WORKDIR}/ssmtp.conf ${D}${sysconfdir}/ssmtp/ssmtp.conf
}
+
+pkg_postinst () {
+ update-alternatives --install ${sbindir}/sendmail sendmail ${bindir}/ssmtp 90
+}
+
+pkg_postrm () {
+ update-alternatives --remove ${sbindir}/sendmail sendmail
+}
diff --git a/packages/watchdog/watchdog_5.2.bb b/packages/watchdog/watchdog_5.2.bb
index 1858e52bf5..1d62b5ae8f 100644
--- a/packages/watchdog/watchdog_5.2.bb
+++ b/packages/watchdog/watchdog_5.2.bb
@@ -1,6 +1,10 @@
-SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}-${PV}.tar.gz"
-PR = "r0"
+DESCRIPTION = "Software watchdog"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>"
+PR = "r2"
+
+SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}-${PV}.tar.gz"
+FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog"
+#CONFFILES = "${sysconfdir}/watchdog.conf"
inherit autotools