file://configure.patch;patch=1"
S = "${WORKDIR}/aalib-1.4.0"
-inherit autotools
+inherit autotools
EXTRA_OECONF = '--without-x11-driver --without-slang-driver \
--with-curses-driver --without-gpm \
workdir = bb.data.getVar('WORKDIR', d, 1)
shellfile = os.path.join(workdir, bb.data.expand("${TARGET_PREFIX}${DISTRO}-${MACHINE}-devshell", d))
-
+
f = open(shellfile, "w")
# emit variables and shell functions
cp $shellfile tmpfile
echo "#!/bin/bash --rcfile" > $shellfile
sed -e "s:${S}:.:g" -e "s:exit 1:true:" tmpfile >> $shellfile
-
+
echo "export PS1='[OE::${TARGET_PREFIX}${DISTRO}-${MACHINE}]:\w\$ '" >> $shellfile
echo "alias ./configure=oe_runconf" >> $shellfile
echo "alias make=oe_runmake" >> $shellfile
inherit autotools pkgconfig lib_package
-export CFLAGS += "-DALP_BUILD=ALP_BUILD_DEBUG"
+export CFLAGS += "-DALP_BUILD=ALP_BUILD_DEBUG"
export CXXFLAGS += "-DALP_BUILD=ALP_BUILD_DEBUG"
do_configure_prepend() {
snd-seq-midi-event.o \
snd-seq-midi.o \
snd-seq-virmidi.o \
- snd-seq-oss.o"
+ snd-seq-oss.o"
FILES_${PN}-midi = "${@' '.join(map ((lambda x: '/lib/modules/*/misc/%s' % x), bb.data.getVar('midi_modules', d).split()))}"
misc_modules = "snd-gus-synth.o \
snd-emu8000-synth.o \
familiar_arch=ipaqpxa
fi
- fakeroot make -k NODEPMOD=yes DESTDIR=${D} install;
+ fakeroot make -k NODEPMOD=yes DESTDIR=${D} install;
- if [ -d ${D}${sysconfdir}/modutils/ ] ; then
+ if [ -d ${D}${sysconfdir}/modutils/ ] ; then
rm -r ${D}${sysconfdir}/modutils/ ;
fi
mkdir -p ${D}${sysconfdir}/modutils/
SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2"
-inherit autotools
+inherit autotools
do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
install -d ${D}/etc/altboot-menu/Advanced
install -d ${D}/etc/altboot.rc
install -d ${D}/usr/share/doc/altboot
- install -d ${D}/usr/share/sounds
+ install -d ${D}/usr/share/sounds
install -m 0644 ${WORKDIR}/beep.raw ${D}/usr/share/sounds
install -m 0644 ${WORKDIR}/altboot*.cfg ${D}/etc
install -m 0644 ${WORKDIR}/altbootctl.conf ${D}/etc
install -m 0755 ${WORKDIR}/init.altboot ${D}/sbin
install -m 0755 ${WORKDIR}/altbootctl ${D}/sbin
-
+
install -m 0755 ${WORKDIR}/altboot-menu/*-* ${D}/etc/altboot-menu
install -m 0755 ${WORKDIR}/altboot-menu/Advanced/*-* ${D}/etc/altboot-menu/Advanced
-
+
install -m 0755 ${WORKDIR}/altboot.rc/*.sh ${D}/etc/altboot.rc
- install -m 0644 ${WORKDIR}/altboot.rc/*.txt ${D}/etc/altboot.rc
-}
+ install -m 0644 ${WORKDIR}/altboot.rc/*.txt ${D}/etc/altboot.rc
+}
######################################################################################
install -d ${D}/etc/altboot-menu/Advanced
install -d ${D}/etc/altboot.rc
install -d ${D}/usr/share/doc/altboot
-
+
if test -d ${WORKDIR}/altboot/${MACHINE}
then
install -m 0644 ${WORKDIR}/altboot/${MACHINE}/altboot*.cfg ${D}/etc
else
install -m 0644 ${WORKDIR}/altboot/altboot*.cfg ${D}/etc
fi
-
+
install -m 0644 ${WORKDIR}/altboot/altboot.func ${D}/etc
install -m 0755 ${WORKDIR}/altboot/init.altboot ${D}/sbin
-
- if test -d ${WORKDIR}/altboot/${MACHINE}/altboot-menu/
+
+ if test -d ${WORKDIR}/altboot/${MACHINE}/altboot-menu/
then
install -m 0755 ${WORKDIR}/altboot/${MACHINE}/altboot-menu/*-* ${D}/etc/altboot-menu
else
else
install -m 0755 ${WORKDIR}/altboot/altboot-menu/Advanced/*-* ${D}/etc/altboot-menu/Advanced
fi
-
+
install -m 0755 ${WORKDIR}/altboot/altboot.rc/*.sh ${D}/etc/altboot.rc
- install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
-}
+ install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
+}
######################################################################################
install -d ${D}/etc/altboot.rc
install -d ${D}/usr/share/doc/altboot
install -d ${D}/usr/share/sounds
-
+
if test -d ${WORKDIR}/altboot/${MACHINE}
then
install -m 0644 ${WORKDIR}/altboot/${MACHINE}/altboot*.cfg ${D}/etc
install -m 0644 ${WORKDIR}/altboot/beep.raw ${D}/usr/share/sounds
install -m 0644 ${WORKDIR}/altboot/altboot.func ${D}/etc
install -m 0755 ${WORKDIR}/altboot/init.altboot ${D}/sbin
-
+
install -m 0755 ${WORKDIR}/altboot/altboot-menu/*-* ${D}/etc/altboot-menu
install -m 0755 ${WORKDIR}/altboot/altboot-menu/Advanced/*-* ${D}/etc/altboot-menu/Advanced
-
+
install -m 0755 ${WORKDIR}/altboot/altboot.rc/*.sh ${D}/etc/altboot.rc
- install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
-}
+ install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
+}
######################################################################################
install -d ${D}/usr/share/doc/altboot
install -d ${D}/usr/share/sounds
install -d ${D}/etc/skel/altboot
-
+
if test -d ${WORKDIR}/altboot/${MACHINE}
then
install -m 0644 ${WORKDIR}/altboot/${MACHINE}/altboot*.cfg ${D}/etc/
install -m 0644 ${WORKDIR}/altboot/beep.raw ${D}/usr/share/sounds
install -m 0644 ${WORKDIR}/altboot/altboot.func ${D}/etc
- install -m 0644 ${WORKDIR}/altboot/altbootctl.conf ${D}/etc
+ install -m 0644 ${WORKDIR}/altboot/altbootctl.conf ${D}/etc
install -m 0755 ${WORKDIR}/altboot/init.altboot ${D}/sbin
install -m 0755 ${WORKDIR}/altboot/altbootctl ${D}/sbin
-
+
install -m 0755 ${WORKDIR}/altboot/altboot-menu/*-* ${D}/etc/altboot-menu
install -m 0755 ${WORKDIR}/altboot/altboot-menu/Advanced/*-* ${D}/etc/altboot-menu/Advanced
-
+
install -m 0755 ${WORKDIR}/altboot/altboot.rc/*.sh ${D}/etc/altboot.rc
- install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
-}
+ install -m 0644 ${WORKDIR}/altboot/altboot.rc/*.txt ${D}/etc/altboot.rc
+}
######################################################################################
export IPKG_INSTALL = "${RDEPENDS}"
#zap root password for release images
-ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
inherit image_ipk
gpe-autostarter \
${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
${@base_contains("MACHINE_FEATURES", "keyboard", "", "libgtkinput",d)} \
- ${@base_contains("MACHINE_FEATURES", "touchscreen", "detect-stylus", "",d)} \
+ ${@base_contains("MACHINE_FEATURES", "touchscreen", "detect-stylus", "",d)} \
suspend-desktop \
teleport \
xauth \
-e 's,/etc/,${sysconfdir}/,g' \
-e 's,/usr/,${prefix}/,g' > ${D}/${sysconfdir}/init.d/apache
chmod 755 ${D}/${sysconfdir}/init.d/apache
-
+
install -m 0644 ${FILESDIR}/httpd.conf ${D}/${sysconfdir}/apache/httpd.conf
-
+
rm ${D}/${libdir}/libexpat.*
}
cp build/instdso.sh ${STAGING_DIR}/build
cp .libs/httpd ${STAGING_BINDIR}
- (cd srclib/apr/.libs; tar -cf - libapr-*.so* ) |
+ (cd srclib/apr/.libs; tar -cf - libapr-*.so* ) |
(cd ${STAGING_LIBDIR}; tar -xf - )
- (cd srclib/apr-util/.libs; tar -cf - libaprutil-*.so* ) |
+ (cd srclib/apr-util/.libs; tar -cf - libaprutil-*.so* ) |
(cd ${STAGING_LIBDIR}; tar -xf - )
mkdir -p ${STAGING_INCDIR}/apache2
#
# implications - autotools defines suitable do_configure, do_install, etc.
# update-rc.d adds hooks for rc-update.
-#
+#
#
inherit autotools update-rc.d
${sharedstatedir} ${localstatedir} /bin /sbin /lib/*.so* \
${libdir}/${PN}"
-# we want htdocs and cgi-bin to go with the binary
+# we want htdocs and cgi-bin to go with the binary
FILES_${PN} += "${datadir}/${PN}/htdocs ${datadir}/${PN}/cgi-bin"
#make sure the lone .so links also get wrapped in the base package
file://gnumeric.applications \
file://gpe-calendar.applications \
file://gpe-contacts.applications \
- file://ipkg.applications"
+ file://ipkg.applications"
do_install_append () {
# --with-esp Include the ESP handler.
# --with-ssl Build support for the SSL protocol.
# --with-upload Build with the file upload handler
-# --with-xdb Build with XDB
+# --with-xdb Build with XDB
# Supported PACKAGE names: openssl, php4, php5
-# --with-PACKAGE=[builtin|, module]
-# Include support for the PACKAGE. Link into appWeb
+# --with-PACKAGE=[builtin|, module]
+# Include support for the PACKAGE. Link into appWeb
# statically and/or build as a module
# --with-PACKAGE-dir=DIR Set the source directory of the package
# --with-PACKAGE-libs=libs Set a list of libraries to use when linking with
# --with-esp Include the ESP handler.
# --with-ssl Build support for the SSL protocol.
# --with-upload Build with the file upload handler
-# --with-xdb Build with XDB
+# --with-xdb Build with XDB
# Supported PACKAGE names: openssl, php4, php5
-# --with-PACKAGE=[builtin|, module]
-# Include support for the PACKAGE. Link into appWeb
+# --with-PACKAGE=[builtin|, module]
+# Include support for the PACKAGE. Link into appWeb
# statically and/or build as a module
# --with-PACKAGE-dir=DIR Set the source directory of the package
# --with-PACKAGE-libs=libs Set a list of libraries to use when linking with
inherit autotools lib_package binconfig
do_configure() {
- cp ${S}/../uri_delims.h ${S}/uri/.
+ cp ${S}/../uri_delims.h ${S}/uri/.
oe_runconf
}
LICENSE = "GPL"
PR = "r2"
RRECOMMENDS = "kernel-module-usbserial"
-
+
SRC_URI = "http://avr.auctionant.de/ark3116_linux_driver/releases/ark3116-0.4.1.tgz \
file://ark3116.c.patch;patch=1 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/ark3116"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/serial
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/serial
}
DEPENDS="asterisk"
PR = "r1"
-SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz"
+SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-${PV}.tar.gz"
do_install() {
oe_runmake DESTDIR=${D} install
export OBJDIR="${D}${base_libdir}/modules/${KERNEL_VERSION}/drivers/net/wireless/atmel/"
export KERNEL_PATH="${STAGING_KERNEL_DIR}"
export KERNEL_SRC="${STAGING_KERNEL_DIR}"
- export CC="${KERNEL_CC}"
+ export CC="${KERNEL_CC}"
export LD="${KERNEL_LD}"
export KERNEL_VERSION="${KERNEL_VERSION}"
export TOPDIR="${S}"
export OBJDIR="${D}${base_libdir}/modules/${KERNEL_VERSION}/drivers/net/wireless/atmel/"
export KERNEL_PATH="${STAGING_KERNEL_DIR}"
export KERNEL_SRC="${STAGING_KERNEL_DIR}"
- export CC="${KERNEL_CC}"
- export CCC="${KERNEL_CC}"
+ export CC="${KERNEL_CC}"
+ export CCC="${KERNEL_CC}"
export LD="${KERNEL_LD}"
export KERNEL_VERSION="${KERNEL_VERSION}"
export TOPDIR="${S}"
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
-Research, Amiga IFF/8SVX, and NIST SPHERE."
+Research, Amiga IFF/8SVX, and NIST SPHERE."
PACKAGES += "${PN}-bin"
FILES_${PN} = "${libdir}/libaudiofile*.so.*"
# move classes into jar archive
# jar -> fastjar
${STAGING_BINDIR_NATIVE}/fastjar -v -cf avetanaBT.jar -C build de -C build javax -C build com -C build version.xml
-
+
# JNI generated header file - de_avetana_bluetooth_stack_BlueZ.h
# javah -> kaffeh
${STAGING_BINDIR_NATIVE}/kaffeh -jni -classpath avetanaBT.jar:${STAGING_DIR}/${BUILD_SYS}/share/kaffeh/rt.jar -d c de.avetana.bluetooth.stack.BlueZ
install -d ${D}${datadir}/avetanabt
install avetanaBT.jar ${D}${datadir}/avetanabt/
-
+
}
# move classes into jar archive
# jar -> fastjar
${STAGING_BINDIR_NATIVE}/fastjar -v -cf avetanaBT.jar -C build de -C build javax -C build com -C build version.xml
-
+
# JNI generated header file - de_avetana_bluetooth_stack_BlueZ.h
# javah -> kaffeh
${STAGING_BINDIR_NATIVE}/kaffeh -jni -classpath avetanaBT.jar:${STAGING_DIR}/${BUILD_SYS}/share/kaffeh/rt.jar -d c de.avetana.bluetooth.stack.BlueZ
install -d ${D}${datadir}/avetanabt
install avetanaBT.jar ${D}${datadir}/avetanabt/
-
+
}
if [ ! -e $D${sysconfdir}/passwd ] ; then
cp $D${datadir}/base-passwd/passwd.master $D${sysconfdir}/passwd
fi
-
+
if [ ! -e $D${sysconfdir}/group ] ; then
cp $D${datadir}/base-passwd/group.master $D${sysconfdir}/group
fi
FILES_${PN} += " ${libdir}/bmp/Output/*.so ${libdir}/bmp/Input/*.so \
${libdir}/bmp/Visualization/*.so ${datadir}/bmp"
-
+
EXTRA_OECONF = "--disable-esd --disable-alsa --enable-simd"
do_configure() {
rm -rf m4/libtool.m4
- autotools_do_configure
+ autotools_do_configure
}
inherit palmtop
QMAKE_PROFILES = "billiardz.arm.pro"
-EXTRA_QMAKEVARS_POST += "DEFINES-=FPM_INTEL"
+EXTRA_QMAKEVARS_POST += "DEFINES-=FPM_INTEL"
do_install() {
install -d ${D}${palmtopdir}/bin \
do_install () {
autotools_do_install
-
+
# Install the libiberty header
install -d ${D}${includedir}
install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
do_install () {
autotools_do_install
-
+
# Install the libiberty header
install -d ${D}${includedir}
install -m 644 ${S}/include/ansidecl.h ${D}${includedir}
file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
- "
+ "
file://binutils-uclibc-300-001_ld_makefile_patch.patch;patch=1 \
file://binutils-uclibc-300-006_better_file_error.patch;patch=1 \
file://binutils-uclibc-300-012_check_ldrunpath_length.patch;patch=1 \
- "
+ "
file://nokernelheader.patch;patch=1;pnum=0 \
file://zaurus-hinge.bl-on \
file://zaurus-hinge.bl-off"
-
+
S = "${WORKDIR}/h3600_test"
PR = "r1"
}
do_install () {
- install -d ${D}${bindir}
+ install -d ${D}${bindir}
install -d ${D}/etc/apm/resume.d
install -d ${D}/etc/zaurusd/hinge-close.d
- install -d ${D}/etc/zaurusd/hinge-portrait.d
- install -d ${D}/etc/zaurusd/hinge-landscape.d
+ install -d ${D}/etc/zaurusd/hinge-portrait.d
+ install -d ${D}/etc/zaurusd/hinge-landscape.d
install -m 4755 ${S}/bl ${D}${bindir}/bl
-
- install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/apm/resume.d/00-backlight-on"
- install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/zaurusd/hinge-landscape.d/00-backlight-on"
- install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/zaurusd/hinge-portrait.d/00-backlight-on"
- install -m 0755 "${WORKDIR}/zaurus-hinge.bl-off" "${D}/etc/zaurusd/hinge-close.d/00-backlight-off"
-
-}
+
+ install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/apm/resume.d/00-backlight-on"
+ install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/zaurusd/hinge-landscape.d/00-backlight-on"
+ install -m 0755 "${WORKDIR}/zaurus-hinge.bl-on" "${D}/etc/zaurusd/hinge-portrait.d/00-backlight-on"
+ install -m 0755 "${WORKDIR}/zaurus-hinge.bl-off" "${D}/etc/zaurusd/hinge-close.d/00-backlight-off"
+
+}
# it. The problem is that the user.hpp configuration file must receive a
# pre-processor macro defined as the appropriate string - complete with "'s
# around it. (<> is a possibility here but the danger to that is that the
-# failure case interprets the < and > as shell redirections, creating
+# failure case interprets the < and > as shell redirections, creating
# random files in the source tree.)
#
#bjam: '-DBOOST_PLATFORM_CONFIG=\"config\"'
# it. The problem is that the user.hpp configuration file must receive a
# pre-processor macro defined as the appropriate string - complete with "'s
# around it. (<> is a possibility here but the danger to that is that the
-# failure case interprets the < and > as shell redirections, creating
+# failure case interprets the < and > as shell redirections, creating
# random files in the source tree.)
#
#bjam: '-DBOOST_PLATFORM_CONFIG=\"config\"'
HOMEPAGE = "http://www.bootchart.org/"
PR = "r1"
-#this only installs the loggers, you will need to run the renderers on your workstation
+#this only installs the loggers, you will need to run the renderers on your workstation
#boot with 'init=/sbin/bootchartd' and do '/sbin/bootchartd stop' to end the logging
#needed for a real /bin/sh and /bin/sleep
SRC_URI = "${SOURCEFORGE_MIRROR}/bootchart/bootchart-${PV}.tar.bz2\
file://handheld.patch;patch=1"
-
+
do_install() {
install -d ${D}/sbin
install -d ${D}/etc
#there are some bogus macros putting -I/usr/include into C(PP)FLAGS, lets fix that
do_configure() {
libtoolize --force
- gnu-configize
+ gnu-configize
sed -i 's:-I${bluez_prefix}/include::g' configure
oe_runconf
-}
+}
install -m 0755 ${WORKDIR}/syslog ${D}${sysconfdir}/init.d/
install -m 644 ${WORKDIR}/syslog.conf ${D}${sysconfdir}/
- if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
# Move crond back to /usr/sbin/crond
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/crond ${D}${sbindir}/
install -m 0755 ${WORKDIR}/busybox-cron ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
# Move httpd back to /usr/sbin/httpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/httpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-httpd ${D}${sysconfdir}/init.d/
install -d ${D}/srv/www
fi
- if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
# Move udhcpd back to /usr/sbin/udhcpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/udhcpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
# Move hwclock back to /sbin/hwclock
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/hwclock ${D}${base_sbindir}/
-
+
install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
# Move dhcpc back to /usr/sbin/udhcpc
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/udhcpc ${D}${base_sbindir}/
install -m 0755 ${WORKDIR}/syslog ${D}${sysconfdir}/init.d/
install -m 644 ${WORKDIR}/syslog.conf ${D}${sysconfdir}/
- if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
# Move crond back to /usr/sbin/crond
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/crond ${D}${sbindir}/
install -m 0755 ${WORKDIR}/busybox-cron ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
# Move httpd back to /usr/sbin/httpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/httpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-httpd ${D}${sysconfdir}/init.d/
install -d ${D}/srv/www
fi
- if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_UDHCPD=y" ${WORKDIR}/defconfig; then
# Move udhcpd back to /usr/sbin/udhcpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/udhcpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
# Move hwclock back to /sbin/hwclock
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/hwclock ${D}${base_sbindir}/
-
+
install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_UDHCPC=y" ${WORKDIR}/defconfig; then
# Move dhcpc back to /usr/sbin/udhcpc
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/udhcpc ${D}${base_sbindir}/
install -m 0755 ${WORKDIR}/syslog ${D}${sysconfdir}/init.d/
install -m 644 ${WORKDIR}/syslog.conf ${D}${sysconfdir}/
- if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
# Move crond back to /usr/sbin/crond
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/crond ${D}${sbindir}/
install -m 0755 ${WORKDIR}/busybox-cron ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
# Move httpd back to /usr/sbin/httpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/httpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-httpd ${D}${sysconfdir}/init.d/
install -d ${D}/srv/www
fi
- if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
# Move udhcpd back to /usr/sbin/udhcpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/udhcpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
# Move hwclock back to /sbin/hwclock
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/hwclock ${D}${base_sbindir}/
-
+
install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
# Move dhcpc back to /usr/sbin/udhcpc
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/udhcpc ${D}${base_sbindir}/
install -m 0755 ${WORKDIR}/syslog ${D}${sysconfdir}/init.d/
install -m 644 ${WORKDIR}/syslog.conf ${D}${sysconfdir}/
- if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
# Move crond back to /usr/sbin/crond
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/crond ${D}${sbindir}/
install -m 0755 ${WORKDIR}/busybox-cron ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
# Move httpd back to /usr/sbin/httpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/httpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-httpd ${D}${sysconfdir}/init.d/
install -d ${D}/srv/www
fi
- if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
# Move udhcpd back to /usr/sbin/udhcpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/udhcpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
# Move hwclock back to /sbin/hwclock
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/hwclock ${D}${base_sbindir}/
-
+
install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
# Move dhcpc back to /usr/sbin/udhcpc
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/udhcpc ${D}${base_sbindir}/
install -m 0755 ${WORKDIR}/syslog ${D}${sysconfdir}/init.d/
install -m 644 ${WORKDIR}/syslog.conf ${D}${sysconfdir}/
- if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_CROND=y" ${WORKDIR}/defconfig; then
# Move crond back to /usr/sbin/crond
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/crond ${D}${sbindir}/
install -m 0755 ${WORKDIR}/busybox-cron ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then
# Move httpd back to /usr/sbin/httpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/httpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-httpd ${D}${sysconfdir}/init.d/
install -d ${D}/srv/www
fi
- if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPD=y" ${WORKDIR}/defconfig; then
# Move udhcpd back to /usr/sbin/udhcpd
install -d ${D}${sbindir}
mv ${D}/busybox${sbindir}/udhcpd ${D}${sbindir}/
-
+
install -m 0755 ${WORKDIR}/busybox-udhcpd ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_HWCLOCK=y" ${WORKDIR}/defconfig; then
# Move hwclock back to /sbin/hwclock
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/hwclock ${D}${base_sbindir}/
-
+
install -m 0755 ${WORKDIR}/hwclock.sh ${D}${sysconfdir}/init.d/
fi
- if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
+ if grep "CONFIG_APP_UDHCPC=y" ${WORKDIR}/defconfig; then
# Move dhcpc back to /usr/sbin/udhcpc
install -d ${D}${base_sbindir}
mv ${D}/busybox${base_sbindir}/udhcpc ${D}${base_sbindir}/
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff;patch=1 \
"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz \
file://configure.in_requires_pkg-config-0.15.diff;patch=1;pnum=2"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
SRC_URI = "git://git.cairographics.org/git/cairo;protocol=git \
"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
S = "${WORKDIR}/git"
SRC_URI = "http://cairographics.org/snapshots/libsvg-cairo-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
SRC_URI = "http://cairographics.org/snapshots/libsvg-cairo-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo;date=${FIXEDSRCDATE}"
S = "${WORKDIR}/libsvg-cairo"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo"
S = "${WORKDIR}/libsvg-cairo"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
EXTRA_OECONF = "--with-expat"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
EXTRA_OECONF = "--with-expat"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
autotools_stage_all
# FIXME: add xcursor
BROKEN = "1"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
file://g++-3.4-compile-fixes.patch;patch=1 \
file://ca.desktop \
file://ca.png "
-
+
S = "${WORKDIR}/CameraAssistant"
APPNAME = "ca"
APPTYPE = "binary"
-APPDESKTOP = "${WORKDIR}"
+APPDESKTOP = "${WORKDIR}"
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
PR = "r2"
DEPENDS = "gtk+ libgnomeui"
-RDEPENDS = "unzip"
+RDEPENDS = "unzip"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
do_install() {
oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
- INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
+ INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
}
do_stage() {
install -d ${STAGING_INCDIR} ${STAGING_LIBDIR}
-
+
install -m 0644 paranoia/cdda_paranoia.h ${STAGING_INCDIR}
install -m 0644 interface/cdda_interface.h ${STAGING_INCDIR}
do_stage() {
install -d ${STAGE_TEMP}
make install INS_BASE=${STAGE_TEMP}
-
+
install -d ${STAGING_BINDIR}
install ${STAGE_TEMP}/bin/* ${STAGING_BINDIR}
}
SRC_URI += "file://autofoo.patch;patch=1"
-inherit autotools
+inherit autotools
do_compile() {
oe_runmake daemon
file://compile-fix.patch;patch=1"
S = "${WORKDIR}"
-inherit autotools
+inherit autotools
do_stage() {
oe_libinstall -C src libclucene ${STAGING_LIBDIR}
oe_runmake 'SUBDIRS=${SUBDIRS}'
}
-inherit autotools
+inherit autotools
do_install () {
autotools_do_install
-require coreutils.inc
+require coreutils.inc
PR = "r1"
-require coreutils.inc
+require coreutils.inc
PR = "r1"
-require coreutils.inc
+require coreutils.inc
PR = "r8"
do_install () {
autotools_do_install
-
+
# Renaming the utilities that should go in /usr/bin
for i in ${bindir_progs}; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${PN}; done
-
+
# Renaming and moving the utilities that should go in /bin (FHS)
install -d ${D}${base_bindir}
for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i.${PN}; done
# hostname and uptime separated. busybox's versions are preferred
mv ${D}${bindir}/hostname ${D}${base_bindir}/hostname.${PN}
mv ${D}${bindir}/uptime ${D}${bindir}/uptime.${PN}
-
+
}
pkg_postinst_${PN} () {
# The utilities in /bin
for i in ${base_bindir_progs}; do update-alternatives --install ${base_bindir}/$i $i $i.${PN} 100; done
-
+
# The utilities in /usr/sbin
for i in ${sbindir_progs}; do update-alternatives --install ${sbindir}/$i $i $i.${PN} 100; done
- # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately.
+ # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately.
update-alternatives --install ${bindir}/uptime uptime uptime.${PN} 10
update-alternatives --install ${base_bindir}/hostname hostname hostname.${PN} 10
update-alternatives --install '${bindir}/[' '[' 'lbracket.${PN}' 100
-require coreutils.inc
+require coreutils.inc
PR = "r1"
do_install () {
autotools_do_install
-
+
# Renaming the utilities that should go in /usr/bin
for i in ${bindir_progs}; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${PN}; done
-
+
# Renaming and moving the utilities that should go in /bin (FHS)
install -d ${D}${base_bindir}
for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i.${PN}; done
# hostname and uptime separated. busybox's versions are preferred
mv ${D}${bindir}/hostname ${D}${base_bindir}/hostname.${PN}
mv ${D}${bindir}/uptime ${D}${bindir}/uptime.${PN}
-
+
}
pkg_postinst_${PN} () {
# The utilities in /bin
for i in ${base_bindir_progs}; do update-alternatives --install ${base_bindir}/$i $i $i.${PN} 100; done
-
+
# The utilities in /usr/sbin
for i in ${sbindir_progs}; do update-alternatives --install ${sbindir}/$i $i $i.${PN} 100; done
- # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately.
+ # Special cases. uptime and hostname is broken, prefer busybox's version. [ needs to be treated separately.
update-alternatives --install ${bindir}/uptime uptime uptime.${PN} 10
update-alternatives --install ${base_bindir}/hostname hostname hostname.${PN} 10
update-alternatives --install '${bindir}/[' '[' 'lbracket.${PN}' 100
do_install () {
oe_runmake install DESTDIR=${D}
}
-
+
SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \
file://nonrootinstall.patch;patch=1"
-inherit autotools
+inherit autotools
FILES_${PN} = "${sbindir} ${sysconfdir} ${libdir}/libsys_*.so"
FILES_${PN}-dev = "${libdir}/*.la ${libdir}/*.a"
file://native-tools.patch;patch=1"
S = "${WORKDIR}/crimson-${PV}"
-inherit autotools
+inherit autotools
HOST_TOOLS = "cfed mkdatafile mklocale mktileset mkunitset"
pkg_postrm() {
update-rc.d cron remove
}
-
+
#INITSCRIPT_NAME = "ctrlproxy"
#INITSCRIPT_PARAMS = "defaults 84"
-# CONFFILES_${PN} = "${sysconfdir}/foo.conf"
+# CONFFILES_${PN} = "${sysconfdir}/foo.conf"
# To fix this error in autotools_do_configure (which arises after a
# change to pkg-config pkg.m4):
echo "#define SHARP_PDA_WARNSOUND 4" >sharp_char.h
qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} cumulus.pro
oe_runmake
- qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} gpsClient.pro
+ qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} gpsClient.pro
oe_runmake
}
echo "#define SHARP_PDA_WARNSOUND 4" >sharp_char.h
qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} cumulus.pro
oe_runmake
- qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} gpsClient.pro
+ qmake -makefile -spec ${QMAKESPEC} -after ${EXTRA_QMAKEVARS_POST} gpsClient.pro
oe_runmake
}
gnu-configize
libtoolize --force
oe_runconf
-}
+}
do_compile () {
sed -i s:STRIP:NOSTRIP: Makedefs
LDFLAGS_prepend = "-L. -lcxio "
do_compile() {
- oe_runmake
+ oe_runmake
}
do_install() {
SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/cyrus-sasl-${PV}.tar.gz \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools
acpaths = "-I ${S}/cmulocal -I ${S}/config -I ."
CFLAGS_append = " -I${S}/include -I${S}/saslauthd/include"
SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/cyrus-sasl-${PV}.tar.gz"
-inherit autotools
+inherit autotools
acpaths = "-I ${S}/cmulocal -I ${S}/config -I ."
CFLAGS_append = " -I${S}/include -I${S}/saslauthd/include"
file://berkdb.m4.patch;patch=1 \
file://client.c.patch;patch=1"
-inherit autotools
+inherit autotools
acpaths = "-I ${S}/cmulocal -I ${S}/config -I ."
CFLAGS_append = " -I${S}/include -I${S}/saslauthd/include"
ALTERNATIVE_NAME = "mount.davfs"
ALTERNATIVE_PATH = "${sbindir}/${ALTERNATIVE_NAME}"
ALTERNATIVE_PRIORITY = "90"
-ALTERNATIVE_LINK = "${base_sbindir}/${ALTERNATIVE_NAME}"
+ALTERNATIVE_LINK = "${base_sbindir}/${ALTERNATIVE_NAME}"
EXTRA_OECONF = "--with-neon"
ALTERNATIVE_NAME = "mount.davfs"
ALTERNATIVE_PATH = "${sbindir}/${ALTERNATIVE_NAME}"
ALTERNATIVE_PRIORITY = "90"
-ALTERNATIVE_LINK = "${base_sbindir}/${ALTERNATIVE_NAME}"
+ALTERNATIVE_LINK = "${base_sbindir}/${ALTERNATIVE_NAME}"
EXTRA_OECONF = "--with-neon"
SRC_URI = "svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl \
file://dcopidl-compile.patch;patch=1 "
-S = "${WORKDIR}/dcopidl"
+S = "${WORKDIR}/dcopidl"
inherit native qmake qt3e
SRC_URI = "svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdelibs/dcop/;module=dcopidl2cpp "
#\
# file://dcopidl-compile.patch;patch=1 "
-S = "${WORKDIR}/dcopidl2cpp"
+S = "${WORKDIR}/dcopidl2cpp"
inherit native qmake qt3e
SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
SRC_URI = "http://freedesktop.org/Software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
-inherit autotools
+inherit autotools
dhcp-relay from ISC and has a smaller foot print."
HOMEPAGE = "http://www.nongnu.org/dhcp-fwd/"
LICENSE = "GPLv2"
-
+
SRC_URI = "http://savannah.nongnu.org/download/dhcp-fwd/dhcp-forwarder-${PV}.tar.bz2 \
file://init \
file://dhcp-fwd.cfg"
dhcp-relay from ISC and has a smaller foot print."
HOMEPAGE = "http://www.nongnu.org/dhcp-fwd/"
LICENSE = "GPLv2"
-
+
SRC_URI = "http://savannah.nongnu.org/download/dhcp-fwd/dhcp-forwarder-${PV}.tar.bz2 \
file://init \
file://dhcp-fwd.cfg"
file://dillo-i18n.diff;patch=1 \
file://dillo.desktop \
file://dillo.png"
-
+
PRIORITY = "optional"
file://nocdrom.patch;patch=1"
CXXFLAGS_append = " -DC_SDL_NOCDROM"
-inherit autotools
+inherit autotools
do_install_append() {
install -d ${D}/etc/X11/Xsession.d
install -d ${D}/etc/X11/Sessions
-
+
install -m 755 ${WORKDIR}/Sessions/* ${D}/etc/X11/Sessions
install -d ${D}/etc/X11/login-managers/
- mv ${D}/etc/init.d/entrance ${D}/etc/X11/login-managers/entrance
+ mv ${D}/etc/init.d/entrance ${D}/etc/X11/login-managers/entrance
}
SECTION="base"
PRIORITY="optional"
RDEPENDS="libc6"
-DEPENDS=virtual/libc
+DEPENDS=virtual/libc
SRC_URI=${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
file://${FILESDIR}/ln.patch;patch=1 \
do_stage() {
install -d ${edir}
- for file in ${headers}; do
+ for file in ${headers}; do
install -m 0644 eel/$file ${edir}/$file
done
-
+
oe_libinstall -C eel libeel-2 ${STAGING_LIBDIR}
}
FILES_${PN} += " /usr/lib/emelfm2/plugins/ /usr/share/pixmaps/emelfm2/"
do_compile() {
- oe_runmake PREFIX=/usr all
+ oe_runmake PREFIX=/usr all
}
do_install() {
file://configure-hack.patch;patch=1 \
file://dont-run-tests.patch;patch=1 "
-inherit autotools
+inherit autotools
do_configure_append() {
sed -i s:-I/usr/include::g Makefile
do_install() {
install -d ${D}${bindir}
- install -m 755 opentapi ${D}${bindir}
-}
+ install -m 755 opentapi ${D}${bindir}
+}
PACKAGES = "${PN} lib${PN} lib${PN}-dev"
FILES_${PN} = " ${bindir}/faac "
-FILES_lib${PN} = " ${libdir}/libfaac.so.0 ${libdir}/libfaac.so.0.0.0 "
+FILES_lib${PN} = " ${libdir}/libfaac.so.0 ${libdir}/libfaac.so.0.0.0 "
FILES_lib${PN}-dev = " ${includedir}/faac.h ${includedir}/faaccfg.h ${libdir}/libfaac.so ${libdir}/libfaac.la ${libdir}/libfaac.a "
do_stage() {
mv ${WORKDIR}/Makefile.am ${S}/
}
-PACKAGES =+ "libfaad libfaad-dev libmp4ff libmp4ff-dev"
+PACKAGES =+ "libfaad libfaad-dev libmp4ff libmp4ff-dev"
FILES_${PN} = "${bindir}/faad"
SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \
file://rpcsvc.patch;patch=1"
-inherit autotools
+inherit autotools
CPPFLAGS_append = " -DNDEBUG"
SRC_URI = "ftp://oss.sgi.com/projects/fam/download/stable/fam-${PV}.tar.gz \
file://compile-fix.patch;patch=1"
-inherit autotools
+inherit autotools
CPPFLAGS_append = " -DNDEBUG"
install -m 0755 fbpanel ${D}${bindir}
install -d ${D}${datadir}/fbpanel/
install -d ${D}${datadir}/fbpanel/plugins
- install -m 644 plugins/*.so ${D}${datadir}/fbpanel/plugins
+ install -m 644 plugins/*.so ${D}${datadir}/fbpanel/plugins
install -m 644 systray/tray.so ${D}${datadir}/fbpanel/plugins
install -m 644 config/default ${D}${datadir}/fbpanel/default
install -d ${D}${datadir}/fbpanel/images
######################################################################################
-inherit autotools
+inherit autotools
######################################################################################
do_install() {
install -d ${D}/usr/sbin ${D}/usr/share/man/man8 ${D}/usr/share/man/man5
-
+
install -m 0755 ${WORKDIR}/${P}/fbset ${D}/usr/sbin/fbset.real
install -m 0644 ${WORKDIR}/${P}/*.5 ${D}/usr/share/man/man5
######################################################################################
pkg_postinst_${PN}() {
- update-alternatives --install /usr/sbin/fbset fbset /usr/sbin/fbset.real 55
+ update-alternatives --install /usr/sbin/fbset fbset /usr/sbin/fbset.real 55
}
-pkg_postrm_${PN}() {
+pkg_postrm_${PN}() {
update-alternatives --remove fbset /usr/sbin/fbset.real
-}
+}
file://paths.patch;patch=1 \
file://kernelinclude.patch;patch=1 \
file://ipaq.patch;patch=1"
-
+
S = "${WORKDIR}/fbvncserver-${PV}"
inherit module
file://buildfix.patch;patch=1 \
file://ipaq.patch;patch=1 \
file://init"
-
+
S = "${WORKDIR}/fbvncserver-${PV}"
export INCLUDES = "-I${STAGING_INCDIR}"
install -d ${D}${bindir}
install -m 0755 ${FBVNCSERVER_SYSTEM}_fbvncserver ${D}${bindir}/fbvncserver
install -m 0755 ${FBVNCSERVER_SYSTEM}_tssimd ${D}${bindir}/tssimd
-
+
install -d ${D}${datadir}/fbvncserver
install -m 0644 ${FBVNCSERVER_SYSTEM}_panel.jpg ${D}${datadir}/fbvncserver/
-
+
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/fbvncinput
}
SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=fdclock"
S = "${WORKDIR}/fdclock"
-inherit autotools
+inherit autotools
SRC_URI = "ftp://ftp.feep.net/pub/software/fget/fget-${PV}.tar.gz"
-inherit autotools
+inherit autotools
do_configure() {
oe_runconf
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
S = "${WORKDIR}/file-${PV}"
-inherit autotools
+inherit autotools
do_configure_prepend() {
sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
file://filesystems"
S = "${WORKDIR}/file-${PV}"
-inherit autotools
+inherit autotools
do_configure_prepend() {
sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \
file://disable-xmms-plugin.patch;patch=1 \
file://xmms.m4"
-
+
S = "${WORKDIR}/flac-${PV}"
inherit autotools
oe_libinstall -a -so -C src/libOggFLAC libOggFLAC ${STAGING_LIBDIR}/
install -d ${STAGING_INCDIR}/OggFLAC
install -m 0644 ${S}/include/OggFLAC/export.h ${STAGING_INCDIR}/OggFLAC/export.h
-
+
install -m 0644 ${S}/include/OggFLAC/all.h ${STAGING_INCDIR}/OggFLAC/all.h
install -m 0644 ${S}/include/OggFLAC/stream_encoder.h ${STAGING_INCDIR}/OggFLAC/stream_encoder.h
install -m 0644 ${S}/include/OggFLAC/stream_decoder.h ${STAGING_INCDIR}/OggFLAC/stream_decoder.h
file://fix-read-only-assignments.patch;patch=1"
S = "${WORKDIR}/flite-${PV}-release"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-audio=oss --enable-shared"
install -d ${D}/usr/share/fluxbox
install -d ${D}/usr/share/fluxbox/styles
install -d ${D}/etc
-
+
install -m 0644 ${WORKDIR}/apps.gpe.* ${D}/usr/share/fluxbox
install -m 0644 ${WORKDIR}/keys.* ${D}/usr/share/fluxbox
install -m 0755 ${WORKDIR}/fluxbox-gpe.session ${D}/usr/share/fluxbox/session
install -m 0644 ${WORKDIR}/style.gpe-default ${D}/usr/share/fluxbox/styles/gpe-default
install -m 0755 ${WORKDIR}/fluxbox-gpe-session ${D}/usr/bin
- install -m 0755 ${WORKDIR}/gpe-logout.fluxbox ${D}/usr/bin
- install -m 0644 ${WORKDIR}/keylaunchrc.fluxbox ${D}/etc
+ install -m 0755 ${WORKDIR}/gpe-logout.fluxbox ${D}/usr/bin
+ install -m 0644 ${WORKDIR}/keylaunchrc.fluxbox ${D}/etc
}
######################################################################################
-pkg_postinst_${PN}-gpe() {
+pkg_postinst_${PN}-gpe() {
update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/fluxbox-gpe-session 15
update-alternatives --install /usr/bin/gpe-logout gpe-logout /usr/bin/gpe-logout.fluxbox 15
update-alternatives --install /etc/keylaunchrc keylaunchrc /etc/keylaunchrc.fluxbox 15
}
-pkg_postrm_${PN}-gpe() {
+pkg_postrm_${PN}-gpe() {
update-alternatives --remove x-window-manager /usr/bin/fluxbox-gpe-session
update-alternatives --remove gpe-logout /usr/bin/gpe-logout.fluxbox
update-alternatives --remove keylaunchrc /etc/keylaunchrc.fluxbox
install -d ${D}/usr/share/fluxbox
install -d ${D}/usr/share/fluxbox/styles
install -d ${D}/etc
-
+
install -m 0644 ${WORKDIR}/apps.gpe.* ${D}/usr/share/fluxbox
install -m 0644 ${WORKDIR}/keys.* ${D}/usr/share/fluxbox
install -m 0755 ${WORKDIR}/fluxbox-gpe.session ${D}/usr/share/fluxbox/session
install -m 0644 ${WORKDIR}/style.gpe-default ${D}/usr/share/fluxbox/styles/gpe-default
install -m 0755 ${WORKDIR}/fluxbox-gpe-session ${D}/usr/bin
- install -m 0755 ${WORKDIR}/gpe-logout.fluxbox ${D}/usr/bin
- install -m 0644 ${WORKDIR}/keylaunchrc.fluxbox ${D}/etc
+ install -m 0755 ${WORKDIR}/gpe-logout.fluxbox ${D}/usr/bin
+ install -m 0644 ${WORKDIR}/keylaunchrc.fluxbox ${D}/etc
}
######################################################################################
-pkg_postinst_${PN}-gpe() {
+pkg_postinst_${PN}-gpe() {
update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/fluxbox-gpe-session 15
update-alternatives --install /usr/bin/gpe-logout gpe-logout /usr/bin/gpe-logout.fluxbox 15
update-alternatives --install /etc/keylaunchrc keylaunchrc /etc/keylaunchrc.fluxbox 15
}
-pkg_postrm_${PN}-gpe() {
+pkg_postrm_${PN}-gpe() {
update-alternatives --remove x-window-manager /usr/bin/fluxbox-gpe-session
update-alternatives --remove gpe-logout /usr/bin/gpe-logout.fluxbox
update-alternatives --remove keylaunchrc /etc/keylaunchrc.fluxbox
FILES_${PN} = "/usr/share/games/doom/*"
FILES_${PN}-doc = "/usr/share/doc/freedoom/*"
-
-do_install() {
+
+do_install() {
install -d ${D}/usr/share/games/doom
install -d ${D}/usr/share/doc/freedoom
-
+
install -m 0644 ${WORKDIR}/freedoom-iwad-${PV}/doom2.wad ${D}/usr/share/games/doom/
install -m 0644 ${WORKDIR}/freedoom-iwad-${PV}/* ${D}/usr/share/doc/freedoom
rm ${D}/usr/share/doc/freedoom/*.wad
-
-
-
-
+
+
+
+
}
file://frodo.desktop"
S = "${WORKDIR}/Frodo-${PV}/Src"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--disable-sdltest --enable-qtopia"
file://frodorc \
file://Frodo.png \
file://frodo.desktop"
-
+
S = "${WORKDIR}/Frodo4/Src"
inherit autotools
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FS"
S = "${WORKDIR}/FS"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
do_install() {
install -d ${D}${bindir}
- find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
+ find . -name "test-*" -type f -perm -755 -exec install -m 0755 {} ${D}${bindir} \;
}
PR = "r1"
-#package utils in a sperate package and stop debian.bbclass renaming it to libfuse-utils, we want it to be fuse-utils
+#package utils in a sperate package and stop debian.bbclass renaming it to libfuse-utils, we want it to be fuse-utils
PACKAGES += "fuse-utils"
FILES_${PN} = "${libdir}/*.so*"
FILES_${PN}-dev += "${libdir}/*.la"
require fuse.inc
-SRC_URI += "file://not-run-updaterc.d-on-host.patch;patch=1"
+SRC_URI += "file://not-run-updaterc.d-on-host.patch;patch=1"
EXTRA_OECONF = " --disable-kernel-module"
LICENSE_${PN} = "LGPL"
-DEPENDS = "fakeroot-native fuse"
+DEPENDS = "fakeroot-native fuse"
RRECOMMENDS_${PN} = "fuse-module"
SRC_URI="${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
file://desktop-categories.patch;patch=1 \
file://Makefile.am.patch;patch=1 \
- file://src-ui.c.patch;patch=1;pnum=0"
+ file://src-ui.c.patch;patch=1;pnum=0"
LDFLAGS += '-Wl,--export-dynamic'
S = "${WORKDIR}/gallery"
-inherit autotools
+inherit autotools
HTTPCONF = "/etc/apache2/httpd.conf"
DEST_DIR = "/usr/share/apache2/htdocs/"
oe_libinstall -so -C common libGammu ${STAGING_LIBDIR}
install -m 0644 common/*.h ${STAGING_INCDIR}/gammu/
- install -m 0644 common/misc/*.h ${STAGING_INCDIR}/gammu/misc
- install -m 0644 common/misc/coding/*.h ${STAGING_INCDIR}/gammu/misc/coding
- install -m 0644 common/phone/*.h ${STAGING_INCDIR}/gammu/phone
- install -m 0644 common/phone/at/*.h ${STAGING_INCDIR}/gammu/phone/at
- install -m 0644 common/phone/obex/*.h ${STAGING_INCDIR}/gammu/phone/obex
- install -m 0644 common/phone/nokia/*.h ${STAGING_INCDIR}/gammu/phone/nokia
- install -m 0644 common/phone/nokia/dct3/*.h ${STAGING_INCDIR}/gammu/phone/nokia/dct3
+ install -m 0644 common/misc/*.h ${STAGING_INCDIR}/gammu/misc
+ install -m 0644 common/misc/coding/*.h ${STAGING_INCDIR}/gammu/misc/coding
+ install -m 0644 common/phone/*.h ${STAGING_INCDIR}/gammu/phone
+ install -m 0644 common/phone/at/*.h ${STAGING_INCDIR}/gammu/phone/at
+ install -m 0644 common/phone/obex/*.h ${STAGING_INCDIR}/gammu/phone/obex
+ install -m 0644 common/phone/nokia/*.h ${STAGING_INCDIR}/gammu/phone/nokia
+ install -m 0644 common/phone/nokia/dct3/*.h ${STAGING_INCDIR}/gammu/phone/nokia/dct3
install -m 0644 common/phone/nokia/dct4tiku/*.h ${STAGING_INCDIR}/gammu/phone/nokia/dct4tiku
- install -m 0644 common/phone/symbian/*.h ${STAGING_INCDIR}/gammu/phone/symbian
- install -m 0644 common/phone/alcatel/*.h ${STAGING_INCDIR}/gammu/phone/alcatel
- install -m 0644 common/service/*.h ${STAGING_INCDIR}/gammu/service
- install -m 0644 common/service/sms/*.h ${STAGING_INCDIR}/gammu/service/sms
- install -m 0644 common/service/backup/*.h ${STAGING_INCDIR}/gammu/service/backup
- install -m 0644 common/device/*.h ${STAGING_INCDIR}/gammu/device
- install -m 0644 common/device/irda/*.h ${STAGING_INCDIR}/gammu/device/irda
- install -m 0644 common/device/bluetoth/*.h ${STAGING_INCDIR}/gammu/device/bluetoth
- install -m 0644 common/device/serial/*.h ${STAGING_INCDIR}/gammu/device/serial
- install -m 0644 common/protocol/*.h ${STAGING_INCDIR}/gammu/protocol
- install -m 0644 common/protocol/at/*.h ${STAGING_INCDIR}/gammu/protocol/at
- install -m 0644 common/protocol/obex/*.h ${STAGING_INCDIR}/gammu/protocol/obex
- install -m 0644 common/protocol/nokia/*.h ${STAGING_INCDIR}/gammu/protocol/nokia
- install -m 0644 common/protocol/symbian/*.h ${STAGING_INCDIR}/gammu/protocol/symbian
+ install -m 0644 common/phone/symbian/*.h ${STAGING_INCDIR}/gammu/phone/symbian
+ install -m 0644 common/phone/alcatel/*.h ${STAGING_INCDIR}/gammu/phone/alcatel
+ install -m 0644 common/service/*.h ${STAGING_INCDIR}/gammu/service
+ install -m 0644 common/service/sms/*.h ${STAGING_INCDIR}/gammu/service/sms
+ install -m 0644 common/service/backup/*.h ${STAGING_INCDIR}/gammu/service/backup
+ install -m 0644 common/device/*.h ${STAGING_INCDIR}/gammu/device
+ install -m 0644 common/device/irda/*.h ${STAGING_INCDIR}/gammu/device/irda
+ install -m 0644 common/device/bluetoth/*.h ${STAGING_INCDIR}/gammu/device/bluetoth
+ install -m 0644 common/device/serial/*.h ${STAGING_INCDIR}/gammu/device/serial
+ install -m 0644 common/protocol/*.h ${STAGING_INCDIR}/gammu/protocol
+ install -m 0644 common/protocol/at/*.h ${STAGING_INCDIR}/gammu/protocol/at
+ install -m 0644 common/protocol/obex/*.h ${STAGING_INCDIR}/gammu/protocol/obex
+ install -m 0644 common/protocol/nokia/*.h ${STAGING_INCDIR}/gammu/protocol/nokia
+ install -m 0644 common/protocol/symbian/*.h ${STAGING_INCDIR}/gammu/protocol/symbian
install -m 0644 common/protocol/alcatel/*.h ${STAGING_INCDIR}/gammu/protocol/alcatel
}
python populate_packages_prepend () {
help_dir = bb.data.expand('${datadir}/gammu/', d)
-
+
do_split_packages(d, help_dir, file_regex='^gammu_(.*)\.txt$', output_pattern='gammu-locale-%s', description='%s translation for Gammu')
}
HAS_GFORTRAN = ""
HAS_G2C = "no"
-
+
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
#Set the fortran bits
-# 'fortran' or '', not 'f77' like gcc3 had
-FORTRAN = ""
+# 'fortran' or '', not 'f77' like gcc3 had
+FORTRAN = ""
HAS_GFORTRAN = "no"
HAS_G2C = "no"
#Set the java bits
-JAVA_arm = ""
+JAVA_arm = ""
JAVA = ""
LANGUAGES = "c,c++${FORTRAN}${JAVA}"
EXTRA_OECONF += " --disable-libssp "
-
+
HAS_GFORTRAN = ""
HAS_G2C = "no"
-
+
do_package_prepend() {
# the brokenness....
os.system('cp -pPR ${D}${D}* ${D}../')
-}
+}
file://makefile.patch;patch=1 \
file://libtool-mode.patch;patch=1"
-inherit autotools
+inherit autotools
do_stage () {
oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
do_compile () {
oe_runmake
-}
+}
do_install () {
oe_runmake 'DESTDIR=${D}' install
do_install_append() {
mkdir -p ${D}/usr/share/
- cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share
+ cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share
rm -rf ${D}${STAGING_DATADIR}/
}
FILES_${PN} += " /etc"
-do_install_append(){
+do_install_append(){
install -d ${D}/etc/modules.d
echo options geodeaes rsvd_mem=0x200000 > ${D}/etc/modules.d/aes
}
SRC_URI = "http://www.catb.org/~esr/gif2png/gif2png-${PV}.tar.gz"
-inherit autotools
+inherit autotools
SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \
--with-vorbis-includes=${STAGING_INCDIR}"
SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-vorbis-libraries=${STAGING_LIBDIR} \
--with-vorbis-includes=${STAGING_INCDIR}"
EXTRA_OECONF = " --disable-gtktest \
--without-libtiff \
--disable-print \
- --enable-mp"
+ --enable-mp"
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
}
-
+
FILES_${PN} = "${sysconfdir}/chatscripts ${bindir} ${datadir}/pixmaps ${datadir}/applications"
FILES_${PN} += " ${datadir}/gkdial ${datadir}/gkdial/glade ${sysconfdir}/gconf/schemas"
-
+
CFLAGS_append = " -I${STAGING_KERNEL_DIR}/include -D_GNU_SOURCE"
LDFLAGS_append = " -Wl,--export-dynamic"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1"
-
+
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
--enable-hacker-mode
if grep -q GLIBC_2.3 ${S}/ChangeLog; then
# glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler.
- # Fortunately, we don't need errlist-compat.c, since we just need .h files,
+ # Fortunately, we don't need errlist-compat.c, since we just need .h files,
# so work around this by creating a fake errlist-compat.c and satisfying its dependencies.
# Another workaround might be to tell configure to not use any cross options to $(CC).
# The real fix would be to get install-headers to not generate errlist-compat.c.
}
python do_unpack () {
- bb.build.exec_func('base_do_unpack', d)
- bb.build.exec_func('glibc_do_unpack', d)
+ bb.build.exec_func('base_do_unpack', d)
+ bb.build.exec_func('glibc_do_unpack', d)
}
do_configure () {
do_stage() {
autotools_stage_all
-}
+}
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/69gconfd-dbus ${D}/${sysconfdir}/X11/Xsession.d/
install -d ${D}/${datadir}/dbus-1.0/services/
- install -m 644 gconf/gconf.service ${D}${datadir}/dbus-1.0/services/
+ install -m 644 gconf/gconf.service ${D}${datadir}/dbus-1.0/services/
}
install -d ${D}/${sysconfdir}/X11/Xsession.d
install -m 755 ${WORKDIR}/69gconfd-dbus ${D}/${sysconfdir}/X11/Xsession.d/
install -d ${D}/${datadir}/dbus-1.0/services/
- install -m 644 gconf/gconf.service ${D}${datadir}/dbus-1.0/services/
+ install -m 644 gconf/gconf.service ${D}${datadir}/dbus-1.0/services/
}
DESCRIPTION = "Graphical login manager"
LICENSE = "GPL"
-DEPENDS = "gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl"
+DEPENDS = "gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl"
inherit gnome
# install -m 0644 libgnome-desktop/libgnomeui/gnome-ditem-edit.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/
# install -m 0644 libgnome-desktop/libgnomeui/gnome-hint.h ${STAGING_INCDIR}/gnome-desktop-2.0/libgnomeui/
oe_libinstall -C libgnome-desktop/.libs -so libgnome-desktop-2 ${STAGING_LIBDIR}
-
-
+
+
}
do_stage() {
autotools_stage_all
-}
+}
inherit gnome
-do_stage() {
- autotools_stage_all
+do_stage() {
+ autotools_stage_all
}
inherit gnome
-do_stage() {
- autotools_stage_all
+do_stage() {
+ autotools_stage_all
}
inherit gnome
-do_stage() {
- autotools_stage_includes
- install -d ${STAGING_LIBDIR}
+do_stage() {
+ autotools_stage_includes
+ install -d ${STAGING_LIBDIR}
install -m 755 libwnck/.libs/libwnck-1.so.4.9.0 ${STAGING_LIBDIR}/libwnck-1.so
}
file://gnuplot.desktop \
file://gnuplot.png"
-inherit autotools
+inherit autotools
PACKAGES =+ "${PN}-x11"
DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot."
inherit opie
do_install_prepend() {
- install -d ${D}${palmtopdir}/pics
+ install -d ${D}${palmtopdir}/pics
install -d ${D}${palmtopdir}/help/html
install -m 644 Qtplot.png ${D}${palmtopdir}/pics/
LICENSE = "GPL"
inherit gpe
-
+
SRC_URI += " file://dbus-new-api.patch;patch=1"
#FIXME: please use an gpe-bootsplash-theme.inc to reduce duplication
do_install() {
- install -d "${D}/usr/share/gpe"
+ install -d "${D}/usr/share/gpe"
install -m 0644 ${WORKDIR}/splash-${THEME}* ${D}/usr/share/gpe
}
pkg_postrm() {
update-alternatives --remove bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg
- update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg
+ update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg
}
FILES_${PN} = "/usr/share/gpe/splash-${THEME}-*"
#FIXME: please use an gpe-bootsplash-theme.inc to reduce duplication
do_install(){
- install -d "${D}/usr/share/gpe"
+ install -d "${D}/usr/share/gpe"
install -m 0644 ${WORKDIR}/splash-${THEME}* ${D}/usr/share/gpe
install -m 0644 ${WORKDIR}/${THEME}-logo.png ${D}/usr/share/gpe
}
pkg_postrm() {
update-alternatives --remove bootsplash-l /usr/share/gpe/splash-${THEME}-landscape.svg
- update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg
+ update-alternatives --remove bootsplash-p /usr/share/gpe/splash-${THEME}-portrait.svg
}
FILES_${PN} = "/usr/share/gpe/splash-${THEME}-* \
pkg_postrm() {
update-alternatives --remove bootsplash-l /usr/share/gpe/splash-gpe-landscape.svg
- update-alternatives --remove bootsplash-p /usr/share/gpe/splash-gpe-portrait.svg
+ update-alternatives --remove bootsplash-p /usr/share/gpe/splash-gpe-portrait.svg
}
DEPENDS = "libgpewidget libgpelaunch"
GPE_TARBALL_SUFFIX= "bz2"
-inherit gpe autotools
+inherit gpe autotools
FILES_${PN} += "${datadir}/gpe"
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
- install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
}
do_configure_append_angstrom() {
sed -i s:Default:Clearlooks:g X11/xsettings.default
sed -i s:Industrial:Clearlooks:g X11/xsettings.default
-}
+}
do_install_append() {
install -d ${D}${sysconfdir}/gpe/xsettings-default.d
install -d ${D}${sysconfdir}/gpe/xsettings-default.d
install -m 0644 ${WORKDIR}/disable-composite.xsettings ${D}${sysconfdir}/gpe/xsettings-default.d/disable-composite
-
+
mv ${D}/usr/bin/gpe-logout ${D}/usr/bin/gpe-logout.matchbox
}
-pkg_postinst_${PN}() {
+pkg_postinst_${PN}() {
update-alternatives --install /usr/bin/gpe-logout gpe-logout /usr/bin/gpe-logout.matchbox 10
}
-pkg_postrm_${PN}() {
- update-alternatives --remove gpe-logout /usr/bin/gpe-logout.matchbox
+pkg_postrm_${PN}() {
+ update-alternatives --remove gpe-logout /usr/bin/gpe-logout.matchbox
}
# This makes use of GUI_MACHINE_CLASS, so set PACKAGE_ARCH appropriately
do_install() {
install -d ${D}${datadir}/themes/
-cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/
+cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/
}
do_install() {
install -d ${D}${datadir}/themes/
-cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/
+cp -PpR ${WORKDIR}/Clearlooks ${D}${datadir}/themes/
}
do_install() {
install -d ${D}${datadir}/themes/
-cp -R ${WORKDIR}/usr/share/themes/e17-bling/ ${D}${datadir}/themes/
+cp -R ${WORKDIR}/usr/share/themes/e17-bling/ ${D}${datadir}/themes/
}
do_install() {
install -d ${D}${datadir}/themes/
-cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/
+cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/
}
do_install() {
install -d ${D}${datadir}/themes/
-cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/
+cp -R ${WORKDIR}/Industrial ${D}${datadir}/themes/
}
FILES_${PN} += "${datadir}/${PN}"
FILES_gpsdrive-add = "${libdir}"
-
+
EXTRA_OECONF = "--disable-garmin"
do_install_append () {
FILES_${PN} += "${datadir}/${PN}"
FILES_gpsdrive-add = "${libdir}"
-
+
EXTRA_OECONF = "--disable-garmin"
do_install_append () {
FILES_${PN} += "${datadir}/${PN}"
FILES_gpsdrive-add = "${libdir}"
-
+
EXTRA_OECONF = "--disable-garmin"
do_install_append () {
SRC_URI="${SOURCEFORGE_MIRROR}/grip/grip-${PV}.tar.gz"
DEPENDS="libgnomeui vte curl cdparanoia id3lib"
-inherit autotools
+inherit autotools
file://groff.patch;patch=1"
PARALLEL_MAKE = ""
-# prefix and exec-prefix are broken and the .in file is broken too
+# prefix and exec-prefix are broken and the .in file is broken too
# and can't be autoreconf'ed, so specify every dir
EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info"
file://groff.patch;patch=1"
PARALLEL_MAKE = ""
-# prefix and exec-prefix are broken and the .in file is broken too
+# prefix and exec-prefix are broken and the .in file is broken too
# and can't be autoreconf'ed, so specify every dir
EXTRA_OECONF="--prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}/info"
inherit autotools
DEPENDS = "libxml2 glib-2.0 gettext-native popt"
PR = "r0"
-# until we have decided a final naming scheme,
+# until we have decided a final naming scheme,
# don't use this package as a replacement for
# version 0.8
DEFAULT_PREFERENCE = "-1"
PR = "r3"
# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-1"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://no-xwc.patch;patch=1 \
PR = "r7"
# disable per default - untested and not all patches included.
-DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE = "-1"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://no-xwc.patch;patch=1 \
file://spinbutton.patch;patch=1 \
file://gtk+-handhelds.patch;patch=1"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \
${bindir}/gtk-update-icon-cache \
oe_libinstall -so -C kjs libjscore ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb/JavaScriptCore
for i in ${S}/kjs/*.h ${S}/kjs/new; do
install -m 0644 $i ${STAGING_INCDIR}/osb/JavaScriptCore
oe_libinstall -so -C kjs libjscore ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb/JavaScriptCore
for i in ${S}/kjs/*.h ${S}/kjs/new; do
install -m 0644 $i ${STAGING_INCDIR}/osb/JavaScriptCore
oe_libinstall -so -C kjs libjscore ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb/JavaScriptCore
for i in ${S}/kjs/*.h ${S}/kjs/new; do
install -m 0644 $i ${STAGING_INCDIR}/osb/JavaScriptCore
oe_libinstall -so -C src libnrcit ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/gtk/gtk-khtml.h ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/osb.h ${STAGING_INCDIR}/osb
oe_libinstall -so -C src libnrcit ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/gtk/gtk-khtml.h ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/osb.h ${STAGING_INCDIR}/osb
oe_libinstall -so -C src libnrcit ${STAGING_LIBDIR}
autotools_stage_includes
-
+
install -d ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/gtk/gtk-khtml.h ${STAGING_INCDIR}/osb
install -m 0644 ${S}/src/osb.h ${STAGING_INCDIR}/osb
DEPENDS = "gtk+"
inherit autotools
-
+
inherit gnome
-SRC_URI = "http://stag.mind.be/gtkhtml-lite-3.0.10.tar.bz2"
+SRC_URI = "http://stag.mind.be/gtkhtml-lite-3.0.10.tar.bz2"
FILES_${PN} += "${datadir}/gtkhtml-3.0 ${libdir}/gtkhtml/*.so"
FILES_${PN}-dev += "${libdir}/gtkhtml"
S = "${WORKDIR}/gtkhtml-${PV}"
libxine-plugin-dmx-ogg \
libxine-plugin-dmx-image \
libxine-plugin-dmx-avi"
-
+
SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-${PV}.tar.gz \
file://disable-browser-plugin.patch;patch=1"
libxine-plugin-dmx-ogg \
libxine-plugin-dmx-image \
libxine-plugin-dmx-avi"
-
+
S = "${WORKDIR}/${PN}-0.4.1/"
SRC_URI = "${SOURCEFORGE_MIRROR}/xine/${PN}-0.4.1.tar.gz \
sed -e 's:ENABLECLAMLIB false:ENABLECLAMLIB true:' \
-e 's:/usr/local/etc:/etc:' \
etc/havp/havp.config > etc/havp/havp.config.oe
-}
+}
do_install () {
install -m 0755 -d ${D}${sbindir} ${D}${sysconfdir}/havp \
${D}${sysconfdir}/init.d ${D}${docdir}/havp \
${S}/install.sh
ln -s ./hibernate ${D}/usr/sbin/hibernate-standby
- ln -s ./hibernate ${D}/usr/sbin/hibernate-ram
+ ln -s ./hibernate ${D}/usr/sbin/hibernate-ram
#Override conf files from ${WORKDIR}
install -m 0644 ${WORKDIR}/hibernate.conf ${D}/etc/hibernate/
do_compile() {
#yes, this is a hack to work around a faulty makefile
- oe_runmake horizon
-}
+ oe_runmake horizon
+}
do_install() {
install -d ${D}${bindir}
install -m 755 horizon ${D}${bindir}
-}
+}
do_compile() {
}
-do_install() {
+do_install() {
install -d ${D}${sysconfdir}/pcmcia
install -d ${D}${sysconfdir}/modutils
do_install() {
install -d ${D}${sbindir}
install -m 0755 hotplug-qcop ${D}${sbindir}
-
+
install -d ${D}${sysconfdir}/hotplug.d/default/
ln -sf /sbin/hotplug-qcop ${D}${sysconfdir}/hotplug.d/default/11-qcop.hotplug
}
SRC_URI = "${SOURCEFORGE_MIRROR}/httppc/httppc-${PV}.tar.gz \
file://install.patch;patch=1"
-inherit autotools
+inherit autotools
HOMEPAGE="www.citrix.com/download/"
-SRC_URI="file://${DL_DIR}/ICAClient-8.0-1.i386.rpm"
+SRC_URI="file://${DL_DIR}/ICAClient-8.0-1.i386.rpm"
S="${WORKDIR}"
PACKAGES= "${PN}"
def dowarn(str,d):
out = bb.data.expand(str, d)
bb.note(out)
-
+
file = bb.data.getVar('A', d)
- basen = os.path.basename(file)
+ basen = os.path.basename(file)
if not os.path.exists(file):
dowarn('You need to perform the following steps to build this package:',d)
DDIR="${D}/usr/lib/ICAClient"
do_install () {
- for file in `find usr/lib/ICAClient/ -type d`; do
+ for file in `find usr/lib/ICAClient/ -type d`; do
install -d ${D}/$file
done
DESCRIPTION = "IceWM Window Manager"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native"
-PR = "r1"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/icewm/icewm-${PV}.tar.gz \
file://makefile.patch;patch=1 \
DESCRIPTION = "IceWM Window Manager"
LICENSE = "GPL"
DEPENDS = "virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender libxinerama libxpm xrandr xft mkfontdir-native"
-PR = "r0"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/icewm/icewm-${PV}.tar.gz \
file://makefile.patch;patch=1 \
-BROKEN = "1"
+BROKEN = "1"
# Debian moved to 0.6.7
DESCRIPTION = "High level tools to configure network interfaces \
task-essential-usbhost task-essential-usbclient \
task-essential-sound task-essential-irda \
task-essential-sd"
-
+
######################################################################################
export IMAGE_BASENAME = "essential-image"
-inherit image_ipk
+inherit image_ipk
inherit nylon-image
LICENSE = "MIT"
## kernel 2.6 ##
RDEPENDS_append_mtx-3 = " module-init-tools udev"
-export IPKG_INSTALL = "${RDEPENDS}"
+export IPKG_INSTALL = "${RDEPENDS}"
IMAGE_LINGUAS = ""
export IMAGE_BASENAME = "nylon-mini"
-
+
NYLON_BASE = "base-files base-passwd busybox \
dropbear \
miniinit \
RDEPENDS = "kernel \
${NYLON_BASE} ${BOOTSTRAP_EXTRA_RDEPENDS}"
-export IPKG_INSTALL = "${RDEPENDS}"
+export IPKG_INSTALL = "${RDEPENDS}"
IMAGE_LINGUAS = ""
DEPENDS += "hostap-modules ntp \
${NYLON_STANDARD}"
-
+
RDEPENDS += "hostap-modules-pci ntpdate nano elvis-tiny \
${NYLON_STANDARD}"
# dev entries!)
SLUGOS_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-slugos.txt')}"
-# IMAGE_PREPROCESS_COMMAND is run before making the image.
+# IMAGE_PREPROCESS_COMMAND is run before making the image.
# We use this to do a few things:
# . remove the uImage, which is in a separate part of the flash already.
# . adjust the default run level (sysvinit is 5 by default, we like 3)
echo "[${IMAGE_ROOTFS}/etc/ipkg.conf] is missing!"
exit 1
fi
-
+
# comment out existing feed-sources inserted by ipkg-collateral
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | sed "s/^src\ /#src\ /" > ${IMAGE_ROOTFS}/etc/ipkg.conf_
rm ${IMAGE_ROOTFS}/etc/ipkg.conf && mv ${IMAGE_ROOTFS}/etc/ipkg.conf_ ${IMAGE_ROOTFS}/etc/ipkg.conf
-
+
# extract, then delete destinations
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | egrep "^dest\ " > ${IMAGE_ROOTFS}/etc/ipkg.conf.dest
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | egrep -v "^dest\ " > ${IMAGE_ROOTFS}/etc/ipkg.conf_
# strip leading and trailing spaces/tabs, then split into name and uri
line_clean="`echo "$line"|sed 's/^[ \t]*//;s/[ \t]*$//'`"
feed_name="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\1/p'`"
- feed_uri="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\2/p'`"
+ feed_uri="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\2/p'`"
# insert new feed-sources
echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/ipkg.conf
done
-
+
# remove temporary files and rebuild ipkg.conf
echo "" >> ${IMAGE_ROOTFS}/etc/ipkg.conf
cat ${IMAGE_ROOTFS}/etc/ipkg.conf.dest >> ${IMAGE_ROOTFS}/etc/ipkg.conf
rm ${IMAGE_ROOTFS}/etc/ipkg.conf.dest
-
+
# remove -feed.conf files which are no longer needed
- cd ${IMAGE_ROOTFS}/etc/ipkg/ && rm -- *-feed.conf
+ cd ${IMAGE_ROOTFS}/etc/ipkg/ && rm -- *-feed.conf
fi
}
${UNSLUNG_EXTRA_INSTALL}"
IMAGE_PREPROCESS_COMMAND += "unslung_clean_image; "
-
+
inherit image_ipk
# Note that anything in this function must be repeatable without having to rebuild the rootfs
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
DEPENDS = "gtk+"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
# rm ${D}${sysconfdir}/rc6.d/S30urandom
rm ${D}${sysconfdir}/rc6.d/S31umountnfs.sh
rm ${D}${sysconfdir}/rc6.d/S40umountfs
- rm ${D}${sysconfdir}/rcS.d/S30ramdisk
+ rm ${D}${sysconfdir}/rcS.d/S30ramdisk
rm ${D}${sysconfdir}/rc6.d/S90reboot
rm ${D}${sysconfdir}/rc0.d/S20sendsigs
# rm ${D}${sysconfdir}/rc0.d/S30urandom
# urandom is currently disabled from S 55 (and won't work with tmpfs /var)
# ipkg-cl configure runs at S 98
- update-rc.d -r ${D} finish start 99 S .
+ update-rc.d -r ${D} finish start 99 S .
#
# User (2-5) links - UNCHANGED
update-rc.d -r ${D} rmnologin start 99 2 3 4 5 .
update-rc.d -r ${D} flashclean start 99 5 .
- #
+ #
# Shutdown (0,6) links - !!!CHANGED!!!
#
# The problem here is that netbase installs K40networking but portmap
# rm ${D}${sysconfdir}/rc6.d/S30urandom
rm ${D}${sysconfdir}/rc6.d/S31umountnfs.sh
rm ${D}${sysconfdir}/rc6.d/S40umountfs
- rm ${D}${sysconfdir}/rcS.d/S30ramdisk
+ rm ${D}${sysconfdir}/rcS.d/S30ramdisk
rm ${D}${sysconfdir}/rc6.d/S90reboot
rm ${D}${sysconfdir}/rc0.d/S20sendsigs
# rm ${D}${sysconfdir}/rc0.d/S30urandom
# urandom is currently disabled from S 55 (and won't work with tmpfs /var)
# ipkg-cl configure runs at S 98
- update-rc.d -r ${D} finish start 99 S .
+ update-rc.d -r ${D} finish start 99 S .
#
# User (2-5) links - UNCHANGED
# rmnologin is the only thing added to user levels
update-rc.d -r ${D} rmnologin start 99 2 3 4 5 .
- #
+ #
# Shutdown (0,6) links - !!!CHANGED!!!
#
# The problem here is that netbase installs K40networking but portmap
install -m 0755 ${WORKDIR}/devpts ${D}${sysconfdir}/default
install -m 0755 ${WORKDIR}/sysfs.sh ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/populate-volatile.sh ${D}${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/save-rtc.sh ${D}${sysconfdir}/init.d
+ install -m 0755 ${WORKDIR}/save-rtc.sh ${D}${sysconfdir}/init.d
install -m 0644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/00_core
if [ "${TARGET_ARCH}" = "arm" ]; then
install -m 0755 ${WORKDIR}/alignment.sh ${D}${sysconfdir}/init.d
ln -sf ../init.d/umountnfs.sh ${D}${sysconfdir}/rc6.d/S31umountnfs.sh
ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc6.d/S40umountfs
# udev will run at S55 if installed
- ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk
+ ln -sf ../init.d/ramdisk ${D}${sysconfdir}/rcS.d/S30ramdisk
ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot
ln -sf ../init.d/sendsigs ${D}${sysconfdir}/rc0.d/S20sendsigs
# ln -sf ../init.d/urandom ${D}${sysconfdir}/rc0.d/S30urandom
# udev will run at S55 if installed
ln -sf ../init.d/halt ${D}${sysconfdir}/rc0.d/S90halt
ln -sf ../init.d/save-rtc.sh ${D}${sysconfdir}/rc0.d/S25save-rtc.sh
- ln -sf ../init.d/save-rtc.sh ${D}${sysconfdir}/rc6.d/S25save-rtc.sh
+ ln -sf ../init.d/save-rtc.sh ${D}${sysconfdir}/rc6.d/S25save-rtc.sh
ln -sf ../init.d/banner ${D}${sysconfdir}/rcS.d/S02banner
ln -sf ../init.d/checkroot.sh ${D}${sysconfdir}/rcS.d/S10checkroot.sh
# ln -sf ../init.d/checkfs.sh ${D}${sysconfdir}/rcS.d/S30checkfs.sh
# LICENSE:
#
# Copyright 1991, 1992, 1994, 1998, 1999, 2002 William D. Norcott
-#
-# License to freely use and distribute this software is hereby granted
-# by the author, subject to the condition that this copyright notice
-# remains intact. The author retains the exclusive right to publish
+#
+# License to freely use and distribute this software is hereby granted
+# by the author, subject to the condition that this copyright notice
+# remains intact. The author retains the exclusive right to publish
# derivative works based on this work, including, but not limited to
# revised versions of this work.
#
# ========================================================================
#
# Marcin,
-#
+#
# Re-distribution is permitted as long as the copyright is
# maintained and the source code is not changed. I do not
# see a problem with your mods to enable fileop for Linux-arm,
# as these mods have been returned to the Iozone folks,
# and they have been accepted for inclusion in the next
# release :-)
-#
+#
# Thank you for your contribution,
# Don Capps
-#
-# ----- Original Message -----
+#
+# ----- Original Message -----
# From: "Marcin Juszkiewicz" <firma@hrw.one.pl>
-# To: "Don Capps" <don.capps2@verizon.net>; "William D. Norcott"
+# To: "Don Capps" <don.capps2@verizon.net>; "William D. Norcott"
# <wnorcott@us.oracle.com>
# Sent: Sunday, October 29, 2006 4:55 PM
# Subject: iozone3 263 patch for arm and License question
-#
-#
+#
+#
# > Morning
# >
# > I want to include iozone3 in OpenEmbedded [1] metadata to give it for
# > 1. http://www.openembedded.org/
# >
# > Regards
-# > --
+# > --
# > JID: hrw-jabber.org
# > OpenEmbedded developer/consultant
do_stage() {
oe_libinstall -so libipkg ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/libipkg/
- for f in *.h
- do
- install -m 0644 $f ${STAGING_INCDIR}/libipkg/
+ for f in *.h
+ do
+ install -m 0644 $f ${STAGING_INCDIR}/libipkg/
done
}
file://iproute2-2.6.8_no_strip.diff;patch=1;pnum=0"
PR="r1"
-
+
EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin"
do_install () {
EXTRA_CFLAGS += "-I${STAGING_INCDIR}/glib-1.2/"
EXTRA_LDFLAGS += "-lglib"
-inherit autotools
+inherit autotools
do_compile() {
oe_runmake CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}" LDFLAGS="${LDFLAGS} ${EXTRA_LDFLAGS}"
# create help files
echo "Creating help files..."
perl syntax.pl
-
+
files=`echo docs/help/in/*.in|sed -e 's,docs/help/in/Makefile.in ,,' -e 's,docs/help/in/,!,g' -e 's/\.in /.in ?/g'`
cat docs/help/in/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/in/Makefile.am
-
+
files=`echo $files|sed 's/\.in//g'`
cat docs/help/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/Makefile.am
-
+
# .HTML -> .txt with lynx
# echo "Documentation: html -> txt..."
# lynx -dump -nolist docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
> docs/faq.txt
-
+
autotools_do_configure
}
# create help files
echo "Creating help files..."
perl syntax.pl
-
+
files=`echo docs/help/in/*.in|sed -e 's,docs/help/in/Makefile.in ,,' -e 's,docs/help/in/,!,g' -e 's/\.in /.in ?/g'`
cat docs/help/in/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/in/Makefile.am
-
+
files=`echo $files|sed 's/\.in//g'`
cat docs/help/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!?' '\t\n' > docs/help/Makefile.am
-
+
# .HTML -> .txt with lynx
# echo "Documentation: html -> txt..."
# lynx -dump -nolist docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = " $_"; };' > docs/faq.txt
> docs/faq.txt
-
+
autotools_do_configure
}
themselves."
SECTION = "libs/multimedia"
PRIORITY = "optional"
-LICENSE = "GPL LGPL"
+LICENSE = "GPL LGPL"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/jackit/jack-audio-connection-kit-${PV}.tar.gz"
S = "${WORKDIR}/jhead-2.6"
-inherit autotools
+inherit autotools
do_configure() {
:
file://paths.patch;patch=1"
S = "${WORKDIR}/jpeg-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF="--enable-static --enable-shared"
EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
file://kbdd-modules"
S = "${WORKDIR}/trunk"
-inherit update-rc.d
+inherit update-rc.d
INITSCRIPT_NAME = "kbdd"
INITSCRIPT_PARAMS = "defaults"
export CVSBUILD="no"
-pkg_postinst_${PN}() {
+pkg_postinst_${PN}() {
update-alternatives --install /etc/keylaunchrc keylaunchrc /etc/keylaunchrc.matchbox 10
}
-pkg_postrm_${PN}() {
+pkg_postrm_${PN}() {
update-alternatives --remove keylaunchrc /etc/keylaunchrc.matchbox
}
do_install() {
install -d ${D}/${sysconfdir}
-
+
install -m 0644 ${WORKDIR}/*.map ${D}/${sysconfdir}
}
do_install() {
install -d ${D}${palmtopdir}/bin \
${D}${palmtopdir}/apps/Applications \
- ${D}${palmtopdir}/pics/keyring
+ ${D}${palmtopdir}/pics/keyring
install -m 0755 keyring ${D}${palmtopdir}/bin/
install -m 0644 keyring.desktop \
${D}${palmtopdir}/apps/Applications/
file://no-strip.diff;patch=1;pnum=0 \
file://no-chmod.diff;patch=1;pnum=0 \
file://glibc3.3.2-getopt-throw.diff;patch=1;pnum=0"
-
+
EXTRA_OECONF = "--with-pcap=linux --disable-setuid --with-linuxheaders=${STAGING_KERNEL_DIR}/include"
file://no-strip.diff;patch=1;pnum=0 \
file://no-chmod.diff;patch=1;pnum=0 \
file://glibc3.3.2-getopt-throw.diff;patch=1;pnum=0"
-
+
EXTRA_OECONF = "--with-pcap=linux --disable-setuid --with-linuxheaders=${STAGING_KERNEL_DIR}/include"
SRC_URI = "http://www.kismetwireless.net/code/kismet-2006-04-R1.tar.gz \
file://no-chmod.patch;patch=1"
-
+
EXTRA_OECONF = "--with-pcap=linux --disable-setuid --with-linuxheaders=${STAGING_KERNEL_DIR}/include"
# Note if this .bb files fails with the error:
# "No rule to make target `-lpcre', needed by `konqueror'. Stop."
-# a workaround is to install the libpcre3-dev package onto your build
+# a workaround is to install the libpcre3-dev package onto your build
# machine (Ubuntu/Debain) or your distro's equivalent (FC = pcre-devel).
SRC_URI = "http://devel-home.kde.org/~hausmann/snapshots/Attic/konqueror-embedded-snapshot-${PV}.tar.gz \
do_install() {
install -d ${D}${palmtopdir}/share/
install -d ${D}${palmtopdir}/share/config/
-
+
install -m 0644 ${WORKDIR}/konq-embedrc ${D}${palmtopdir}/share/config/
-
+
autotools_do_install
}
then
ln -s ../kdelibs/admin admin
fi
- make -f Makefile.cvs
+ make -f Makefile.cvs
}
do_compile_prepend() {
do_install() {
install -d ${D}${palmtopdir}/bin \
${D}${palmtopdir}/apps/Applications \
- ${D}${palmtopdir}/pics/kphone/
+ ${D}${palmtopdir}/pics/kphone/
install -m 0644 ${S}/bin/kdepim/kphone/*.png ${D}${palmtopdir}/pics/kphone/
install -m 0644 ${S}/kphone.desktop ${D}${palmtopdir}/apps/Applications/
PACKAGES = "${PN} ${PN}-dev a52dec a52dec-doc"
-FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 "
+FILES_${PN} = " ${libdir}/liba52.so.0 ${libdir}/liba52.so.0.0.0 "
FILES_${PN}-dev = " ${includedir}/a52dec/*.h ${libdir}/liba52.so ${libdir}/liba52.la ${libdir}/liba52.a "
FILES_a52dec = " ${bindir}/* "
FILES_a52dec-doc = " ${mandir}/man1/* "
rm -f ${STAGE_TEMP}/usr/lib/*.la
oe_libinstall -a -so -C ${STAGE_TEMP}/usr/lib libaio-oracle ${STAGING_LIBDIR}
}
-
+
DEPENDS_append = " rpm2cpio-native"
do_unpack() {
-
+
if ! test -f libaio-${PV}.tar.gz ; then
rpm2cpio.pl ${DL_DIR}/${P}-3.src.rpm | cpio -i --make-directories
tar xzvf libaio-${PV}.tar.gz
}
do_stage () {
- #make install prefix='${STAGING_DIR}/${TARGET_SYS}'
+ #make install prefix='${STAGING_DIR}/${TARGET_SYS}'
install -D -m 644 src/libaio.h ${STAGING_DIR}/${TARGET_SYS}/include/libaio.h
oe_libinstall -so -C src libaio ${STAGING_LIBDIR}
-
+
}
do_install () {
- make install prefix='${D}/usr'
+ make install prefix='${D}/usr'
}
do_stage() {
autotools_stage_includes
-
+
install -d ${STAGING_LIBDIR}
oe_libinstall -C src -a libassuan ${STAGING_LIBDIR}
do_stage() {
autotools_stage_includes
-
+
install -d ${STAGING_LIBDIR}
oe_libinstall -C src -a libassuan ${STAGING_LIBDIR}
-DESCRIPTION = "CHMLIB is a library for dealing with Microsoft ITSS/CHM format files."
+DESCRIPTION = "CHMLIB is a library for dealing with Microsoft ITSS/CHM format files."
LICENSE = "GPLv2"
HOMEPAGE = "http://66.93.236.84/~jedwin/projects/chmlib/"
/usr/lib/dbd/libsqlite.a"
DESCRIPTION_libdbd-sqlite = "SQLite database driver for libdbi"
-
+
do_configure_old () {
./configure \
--build=${BUILD_SYS} \
--with-sqlite-libdir=${STAGING_LIBDIR} \
--with-sqlite-incdir=${STAGING_INCDIR}
}
-
\ No newline at end of file
+
inherit autotools pkgconfig gettext
do_stage () {
- install -d ${STAGING_INCDIR}/fakekey
+ install -d ${STAGING_INCDIR}/fakekey
install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
- oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
+ oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
}
CFLAGS += " -L${STAGING_LIBDIR} "
do_compile() {
- oe_runmake
+ oe_runmake
}
do_install() {
DEPENDS = "sed-native"
SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.5.tar.gz"
-S = "${WORKDIR}/gc6.5"
+S = "${WORKDIR}/gc6.5"
FILES_${PN}-doc += "/usr/share/gc/"
inherit autotools
DEPENDS = "sed-native"
SRC_URI = "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.7.tar.gz"
-S = "${WORKDIR}/gc6.7"
+S = "${WORKDIR}/gc6.7"
FILES_${PN}-doc += "/usr/share/gc/"
inherit autotools
file://glade-cruft.patch;patch=1;pnum=0 \
file://gtk-2.0.m4"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
headers = "glade-build.h glade-init.h glade-parser.h glade-xml.h glade.h"
SRC_URI = "http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-${PV}.tar.gz \
file://skip-iconv-detect.patch;patch=1 \
file://configure-ldflags-cross.patch;patch=1"
-
+
S = "${WORKDIR}/gmime-${PV}"
PACKAGES += " ${PN}-bin"
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
-FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug"
+FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug"
do_stage() {
autotools_stage_all
PV = "0.0+cvs${SRCDATE}"
PR = "r0"
-#put examples in a seperate package
+#put examples in a seperate package
PACKAGES += "${PN}-examples"
FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*"
FILES_${PN} = "${libdir}/*.so.*"
EXTRA_OECONF = "--enable-cairo"
-LDFLAGS += " -L${STAGING_LIBDIR}"
+LDFLAGS += " -L${STAGING_LIBDIR}"
do_stage () {
autotools_stage_all
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz "
S = "${WORKDIR}/libid3tag-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "-enable-speed"
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
infodir=${STAGING_INFODIR}
-
+
cp ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR}/libIDL-config-2.orig
cat ${STAGING_BINDIR}/libIDL-config-2.orig | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2
}
FILES_${PN} = "${libdir}/*.so.*"
-FILES_${PN}-dev += " ${bindir}"
+FILES_${PN}-dev += " ${bindir}"
}
FILES_${PN} = "${libdir}/*.so.*"
-FILES_${PN}-dev += " ${bindir}"
+FILES_${PN}-dev += " ${bindir}"
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
S = "${WORKDIR}/libmad-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "-enable-speed --enable-shared"
# The ASO's don't take any account of thumb...
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
S = "${WORKDIR}/libmad-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "-enable-speed --enable-shared"
# The ASO's don't take any account of thumb...
require ${PN}.inc
-
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/mail/libmailwrapper "
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmikey.so.0 ${libdir}/libmikey.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmikey.so.0 ${libdir}/libmikey.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmikey ${STAGING_LIBDIR}
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmikey.so.0 ${libdir}/libmikey.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmikey.so.0 ${libdir}/libmikey.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmikey ${STAGING_LIBDIR}
SRC_URI = "http://minisip.org/source/libmikey-${PV}.tar.gz"
S = "${WORKDIR}/libmikey-0.1"
-inherit autotools
+inherit autotools
do_configure() {
gnu-configize
file://m4.patch;patch=1 \
file://autofoo.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--disable-af --disable-alsa --disable-esd \
--enable-oss --disable-sam9407 --disable-ultra \
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmnetutil.so.0 ${libdir}/libmnetutil.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmnetutil.so.0 ${libdir}/libmnetutil.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmnetutil ${STAGING_LIBDIR}
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmnetutil.so.0 ${libdir}/libmnetutil.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmnetutil.so.0 ${libdir}/libmnetutil.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmnetutil ${STAGING_LIBDIR}
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmsip.so.0 ${libdir}/libmsip.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmsip.so.0 ${libdir}/libmsip.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmsip ${STAGING_LIBDIR}
PACKAGES = "${PN}"
-FILES_${PN} = " ${libdir}/libmsip.so.0 ${libdir}/libmsip.so.0.0.0 "
+FILES_${PN} = " ${libdir}/libmsip.so.0 ${libdir}/libmsip.so.0.0.0 "
do_stage() {
oe_libinstall -a -so libmsip ${STAGING_LIBDIR}
ln -fs ${STAGING_LIBDIR}/libol.so.0.0.0 ${STAGING_LIBDIR}/libol.so.0
install ${S}/src/*.h ${STAGING_INCDIR}/libol/
}
-
+
file://include.pro \
file://odevice.h-jornada-fixup.patch;patch=1 \
file://odevice_jornada.cpp-fixup.patch;patch=1"
-
+
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch;patch=1"
# NOTE: multiple providers are available (libpcre, libpcre-native);
# NOTE: consider defining PREFERRED_PROVIDER_pcre
-PROVIDES = ""
+PROVIDES = ""
LICENSE = "X11"
SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
LICENSE = "X11"
SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
DEFAULT_PREFERENCE = "-1"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage () {
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
require ${PN}.inc
PR = "r1"
-TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
+TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
file://fix-titleheight.patch;patch=1"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/libqtaux"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/libqtaux"
DEPENDS = "glib-2.0 sqlite"
GPE_TARBALL_SUFFIX = "gz"
-inherit autotools pkgconfig gpe
+inherit autotools pkgconfig gpe
do_stage () {
SRC_URI = "http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/libsidplay-${PV}.tgz"
-inherit autotools
+inherit autotools
do_stage() {
oe_libinstall -so -C src libsidplay ${STAGING_LIBDIR}
inherit autotools
-do_stage() {
- autotools_stage_includes
- install -d ${STAGING_LIBDIR}
- install -m 755 libtiff/.libs/libtiff.so.3.7.2 ${STAGING_LIBDIR}/libtiff.so
+do_stage() {
+ autotools_stage_includes
+ install -d ${STAGING_LIBDIR}
+ install -m 755 libtiff/.libs/libtiff.so.3.7.2 ${STAGING_LIBDIR}/libtiff.so
install -m 755 ./libtiff/.libs/libtiffxx.so.3.7.2 ${STAGING_LIBDIR}/libtiffxx.so
-}
+}
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
file://autotools.patch;patch=1 \
file://uclibc.patch;patch=1 \
- file://3figures.patch;patch=1"
+ file://3figures.patch;patch=1"
S = "${WORKDIR}/libtool-${PV}"
PACKAGES = "libltdl libltdl-dev ${PN}"
--without-v4l --without-arts --without-sdl \
--without-xv --without-xxmc --without-xvmc \
--with-x --x-includes=${STAGING_INCDIR}/X11 --x-libraries=${STAGING_LIBDIR}"
-
+
do_compile() {
oe_runmake LIBTOOL=${S}/${TARGET_SYS}-libtool
}
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
S = "${WORKDIR}/libxml2-${PV}"
-inherit autotools native pkgconfig
+inherit autotools native pkgconfig
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
S = "${WORKDIR}/libxml2-${PV}"
-inherit autotools native pkgconfig
+inherit autotools native pkgconfig
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "libxsettings virtual/libx11 libxt"
-# libxt is required to stop configure breaking builds by
+# libxt is required to stop configure breaking builds by
# including system paths to find it if it isn't present.
PR="r1"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "libxsettings virtual/libx11 libxt gtk-doc"
-# libxt is required to stop configure breaking builds by
+# libxt is required to stop configure breaking builds by
# including system paths to find it if it isn't present.
PR="r1"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz"
S = "${WORKDIR}/libxslt-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz"
S = "${WORKDIR}/libxslt-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
do_compile_prepend() {
- oe_runmake -C ${S}/src/qgen AR='${BUILD_AR}' CPP='${BUILD_CPP}' CC='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' DEFS='-I${S}/src -I. -I../.. -DHAVE_CONFIG_H' CPPFLAGS='${BUILD_CPPFLAGS}' LD='${BUILD_LD}' LDFLAGS='${BUILD_LDFLAGS}' qgen q.dump
+ oe_runmake -C ${S}/src/qgen AR='${BUILD_AR}' CPP='${BUILD_CPP}' CC='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' DEFS='-I${S}/src -I. -I../.. -DHAVE_CONFIG_H' CPPFLAGS='${BUILD_CPPFLAGS}' LD='${BUILD_LD}' LDFLAGS='${BUILD_LDFLAGS}' qgen q.dump
oe_runmake -C ${S}/src/qgen DEFS='-I${S}/src -I. -I../.. -DHAVE_CONFIG_H' all
}
install -m 0644 src/arpd/$i ${STAGING_INCDIR}/$i
done
- for i in ${binarys_sbin}; do
+ for i in ${binarys_sbin}; do
install -m 0755 src/$i ${STAGING_BINDIR}/`basename $i`
done
- for i in ${binarys_bin}; do
+ for i in ${binarys_bin}; do
install -m 0755 src/$i ${STAGING_BINDIR}/`basename $i`
done
}
SECTION = "devel"
DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
-# license note from the package:
+# license note from the package:
# Linux-libc-headers are derived from linux kernel headers. For license of a
# particular header, check it's content, and if copyright notice isn't present,
-# standard linux kernel license applies.
+# standard linux kernel license applies.
# since we assume GPL for linux i think we can also assume it here
LICENSE = "GPL"
INHIBIT_DEFAULT_DEPS = "1"
DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
# This package is derived from the original linux-libc-headers at
# http://ep09.pld-linux.org/~mmazur/linux-libc-headers/
-# More specifically, llh-2.6.12.0 was patched up to 2.6.16-rc6 with
+# More specifically, llh-2.6.12.0 was patched up to 2.6.16-rc6 with
# the official linux patches (where applicable) and then fixed up just
# enough to build glibc-2.4. BEWARE!
#
-# license note from the linux-libc-headers package:
+# license note from the linux-libc-headers package:
# Linux-libc-headers are derived from linux kernel headers. For license of a
# particular header, check it's content, and if copyright notice isn't present,
-# standard linux kernel license applies.
+# standard linux kernel license applies.
# since we assume GPL for linux i think we can also assume it here
LICENSE = "GPL"
DEFAULT_PREFERENCE = "-1"
SECTION = "devel"
DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
-# license note from the package:
+# license note from the package:
# Linux-libc-headers are derived from linux kernel headers. For license of a
# particular header, check it's content, and if copyright notice isn't present,
-# standard linux kernel license applies.
+# standard linux kernel license applies.
# since we assume GPL for linux i think we can also assume it here
LICENSE = "GPL"
INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/linux-libc-headers-${PV}.tar.bz2 \
file://mips-asm-atomic-system.diff;patch=1;pnum=0 \
file://keyboard.patch;patch=1"
-
+
S = "${WORKDIR}/linux-libc-headers-${PV}"
do_configure () {
do_configure() {
rm -f ${S}/.config
-
+
if [ ! -e ${WORKDIR}/defconfig ]; then
die "No default configuration for ${MACHINE} available."
fi
-
+
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
- else
+ else
echo "# CONFIG_AEABI is not set" >> ${S}/.config
echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
fi
-
+
sed -e '/CONFIG_AEABI/d' \
-e '/CONFIG_OABI_COMPAT=/d' \
'${WORKDIR}/defconfig' >>'${S}/.config'
-
+
yes '' | oe_runmake oldconfig
BROKEN = "1"
-#linux-2.6.5-gnalm1-gum0.patch is not fetchable
+#linux-2.6.5-gnalm1-gum0.patch is not fetchable
SECTION = "kernel"
DESCRIPTION = "Linux kernel for OMAP processors"
# Kernel for IXP4xx
#
-# This bitbake file pulls patches and the defconfig straight
-# from the NSLU2-Linux SVN repository. Information about this
+# This bitbake file pulls patches and the defconfig straight
+# from the NSLU2-Linux SVN repository. Information about this
# repository can be found at:
# http://trac.nslu2-linux.org/kernel/
#
# Kernel for IXP4xx
#
-# This bitbake file pulls patches and the defconfig straight
-# from the NSLU2-Linux SVN repository. Information about this
+# This bitbake file pulls patches and the defconfig straight
+# from the NSLU2-Linux SVN repository. Information about this
# repository can be found at:
# http://trac.nslu2-linux.org/kernel/
#
do_configure_prepend() {
install -m 0644 ${WORKDIR}/dht-walnut_defconfig ${S}/.config
-# oe_machinstall -m 0644 ${S}/arch/ppc/configs/dht-walnut_defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
+# oe_machinstall -m 0644 ${S}/arch/ppc/configs/dht-walnut_defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
# oe_runmake oldconfig
}
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
- else
+ else
echo "# CONFIG_AEABI is not set" >> ${S}/.config
echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
fi
#
do_compile_append() {
size=`ls -l arch/${ARCH}/boot/${KERNEL_IMAGETYPE} | awk '{ print $5}'`
- if [ $size -ge 1294336 ]; then
+ if [ $size -ge 1294336 ]; then
rm arch/${ARCH}/boot/${KERNEL_IMAGETYPE}
echo "Size is $size"
die "This kernel is too big for your EZX Phone. Please reduce the size of the kernel by making more of it modular."
do_deploy() {
install -d ${DEPLOY_DIR_IMAGE}
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.bin
- tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${MACHINE}.tgz -C ${D} lib
+ tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${KERNEL_RELEASE}-${MACHINE}.tgz -C ${D} lib
}
do_deploy[dirs] = "${S}"
S = "${WORKDIR}/linux-${KV}"
-inherit kernel
+inherit kernel
ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"
do_configure_prepend() {
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config
oe_runmake oldconfig
}
S = "${WORKDIR}/linux-${KV}"
-inherit kernel
+inherit kernel
ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"
file://defconfig"
do_configure_prepend() {
-
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}
file://unexpected-int-fix.patch;patch=0 \
file://keymap-fix.patch;patch=0 \
file://io.h-fix.patch;patch=0"
-
+
S = "${WORKDIR}/linux-${PV}"
inherit kernel
file://Newfile-Epson1356fb.patch;patch=0 \
file://Newfile-Jornada720_kbd.patch;patch=0 \
file://Newfile-Jornada720_ts.patch;patch=0"
-
+
S = "${WORKDIR}/linux-${PV}"
inherit kernel
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz \
file://defconf_jlime \
file://linux-2.6.18-jornada7xx.patch;patch=0"
-
+
S = "${WORKDIR}/linux-${PV}"
inherit kernel
}
do_compile() {
-
+
kernel_do_compile
# set CONFIG_XIP_KERNEL=y and CONFIG_XIP_PHYS_ADDR=xxxx if commented out, else append it
# sed -i -e "s/^[# ]*CONFIG_XIP_KERNEL.*/CONFIG_XIP_KERNEL=y/" \
# -e "s/^[# ]*CONFIG_XIP_PHYS_ADDR.*/CONFIG_XIP_PHYS_ADDR=${XIP_PHYS_ADDR}/" .config
# grep -q "^CONFIG_XIP_PHYS_ADDR=" .config || echo "CONFIG_XIP_PHYS_ADDR=${XIP_PHYS_ADDR}" >>.config
-
+
# oe_runmake xipImage CC="arm-linux-gcc " LD="arm-linux-ld " ARCH="arm"
}
do_configure() {
rm -f ${S}/.config
-
+
if [ ! -e ${WORKDIR}/defconfig ]; then
die "No default configuration for ${MACHINE} available."
fi
-
+
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
- else
+ else
echo "# CONFIG_AEABI is not set" >> ${S}/.config
echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
fi
-
+
sed -e '/CONFIG_AEABI/d' \
-e '/CONFIG_OABI_COMPAT=/d' \
'${WORKDIR}/defconfig' >>'${S}/.config'
-
+
yes '' | oe_runmake oldconfig
}
# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2;patch=1 \
# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.15-rc2-git1.bz2;patch=1 \
# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \
-# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \
+# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \
-# Patches submitted upstream are towards top of this list
+# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
file://rmk-mmc1.patch;patch=1;status=merged \
# Disabled until I find the reason this gives issues with cdc_subset
# ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \
-# These patches would really help collie/poodle but we
+# These patches would really help collie/poodle but we
# need someone to maintain them
-# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
# (Pavel Machek's git tree has updated versions of this?)
# Also parts were recently committed to mainline by rmk (drivers/mfd/)
-# ${JLSRC}/zaurus-base-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-base-2.6.11.diff.gz;patch=1
# (This is mostly in mainline now?)
# ${JLSRC}/zaurus-local-2.6.11.diff.gz;patch=1 \
# ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \
# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2;patch=1 \
# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.15-rc2-git1.bz2;patch=1 \
# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \
-# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \
+# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \
-# Patches submitted upstream are towards top of this list
+# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
${RPSRC}/poodle_partsize-r0.patch;patch=1;status=merged \
# Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/)
# (Pavel Machek's git tree has updated versions of this?)
-# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
# These patches are extracted from Pavel Machek's git tree
# (diff against vanilla kernel)
# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
-# Patches submitted upstream are towards top of this list
+# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.12.4.patch;patch=1 \
# Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/)
# (Pavel Machek's git tree has updated versions of this?)
-# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
# These patches are extracted from Pavel Machek's git tree
# (diff against vanilla kernel)
# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
-# Patches submitted upstream are towards top of this list
+# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=v2.6.20-rc1 \
http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.12.4.patch;patch=1 \
# Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/)
# (Pavel Machek's git tree has updated versions of this?)
-# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
# These patches are extracted from Pavel Machek's git tree
# (diff against vanilla kernel)
# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
-# Patches submitted upstream are towards top of this list
+# Patches submitted upstream are towards top of this list
# Hacks should clearly named and at the bottom
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.12.4.patch;patch=1 \
# Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/)
# (Pavel Machek's git tree has updated versions of this?)
-# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
+# ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1
# These patches are extracted from Pavel Machek's git tree
# (diff against vanilla kernel)
# QFMT_V2
# DNOTIFY?
# MSDOS_FS, VFAT_FS, NTFS_FS?
-#
+#
# USB_GADGET? - USB_GADGET_NET2280, USB_ETH, USB_ETH_RNDIS
#
#
do_configure_prepend() {
install -m 0644 ${WORKDIR}/linux.config ${S}/.config
echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config
-
- sed -i -e 's/@expr length/@-expr length/' ${S}/Makefile
+
+ sed -i -e 's/@expr length/@-expr length/' ${S}/Makefile
sed -i -e "s,\-mcpu=,\-mtune=,g;" ${S}/arch/mips/Makefile
}
do_configure() {
rm -f ${S}/.config
-
+
if [ ! -e ${WORKDIR}/defconfig ]; then
die "No default configuration for ${MACHINE} available."
fi
-
+
if [ "${TARGET_OS}" == "linux-gnueabi" -o "${TARGET_OS}" == "linux-uclibcgnueabi" ]; then
echo "CONFIG_AEABI=y" >> ${S}/.config
echo "CONFIG_OABI_COMPAT=y" >> ${S}/.config
- else
+ else
echo "# CONFIG_AEABI is not set" >> ${S}/.config
echo "# CONFIG_OABI_COMPAT is not set" >> ${S}/.config
fi
-
+
sed -e '/CONFIG_AEABI/d' \
-e '/CONFIG_OABI_COMPAT=/d' \
'${WORKDIR}/defconfig' >>'${S}/.config'
-
+
yes '' | oe_runmake oldconfig
do_configure() {
install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."
-
+
mem=${SIMPAD_MEM}
rd=${SIMPAD_RD}
mempos=`echo "obase=16; $mem * 1024 * 1024" | bc`
module_conf_sa1100_ir = "alias irda0 sa1100_ir"
-do_configure() {
+do_configure() {
install -m 0644 ${WORKDIR}/defconfig-${MACHINE} ${S}/.config || die "No default configuration for ${MACHINE} available."
-
+
mem=${SIMPAD_MEM}
rd=${SIMPAD_RD}
mempos=`echo "obase=16; $mem * 1024 * 1024" | bc`
# that patch allow to use buzzer as sound device but it removes alarms,
# touchclicks etc so it is removed until be fixed
-# file://sound-2.4.18r2.patch;patch=1
+# file://sound-2.4.18r2.patch;patch=1
# apply this when we have a patch that allows building with gcc 3.x:
# SRC_URI_append = file://gcc-3.3.patch;patch=1
}
do_deploy() {
- install -d ${DEPLOY_DIR_IMAGE}
+ install -d ${DEPLOY_DIR_IMAGE}
install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} \
${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}-${COLLIE_MEMORY_SIZE}-${COLLIE_RAMDISK_SIZE}-${DATETIME}.bin
}
${KERNELORG_MIRROR}/pub/linux/kernel/people/akpm/patches/2.6/${PV}/${PV}-mm2/${PV}-mm2.bz2;patch=1 \
file://patch-2.6.11-mm2-karo9.bz2;patch=1 \
file://defconfig"
-
+
S = "${WORKDIR}/linux-${PV}"
COMPATIBLE_HOST = 'arm.*-linux'
file://configure.patch;patch=1 \
file://head-n.patch;patch=1"
LICENSE = "GPL"
-inherit autotools
+inherit autotools
do_configure_prepend () {
set -e
do_install() {
install -d ${D}/etc/init.d
install -m 0755 ${WORKDIR}/login-manager ${D}/etc/init.d/
-}
+}
export KERNELDIR="${STAGING_KERNEL_DIR}"
-FILES_${PN} += "${datadir}/ltt-control/facilities/*"
\ No newline at end of file
+FILES_${PN} += "${datadir}/ltt-control/facilities/*"
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--enable-shared"
do_install() {
oe_runmake DESTDIR=${D} install
install -d ${D}${sbindir}
- cd tools;
+ cd tools;
oe_runmake DESTDIR=${D} BINDIR=${sbindir} install
install -m 755 athchans athctrl athkey ${D}${sbindir}
}
do_install() {
oe_runmake DESTDIR=${D} install
install -d ${D}/${sbindir}
- cd tools;
+ cd tools;
oe_runmake DESTDIR=${D} BINDIR=${sbindir} install
install -m 755 athchans athctrl athkey ${D}/${sbindir}
}
inherit pkgconfig autotools
-FILES_${PN} += " ${libdir}/outo/*.so"
+FILES_${PN} += " ${libdir}/outo/*.so"
do_install_prepend() {
install -d ${D}/${libdir}
inherit autotools pkgconfig
-#FILES_${PN} += " ${libdir}/outo/*.so"
+#FILES_${PN} += " ${libdir}/outo/*.so"
do_install() {
- install -d ${D}${libdir}
+ install -d ${D}${libdir}
install -m 755 *so.0.0.10 ${D}${libdir}
}
install -d ${STAGING_INCDIR}
install -m 644 src/*.h ${STAGING_INCDIR}
}
-
+
install -d ${STAGING_LIBDIR}
install -m 644 src/*.h ${STAGING_INCDIR}
install -m 755 src/.libs/*.so* ${STAGING_LIBDIR}
-}
+}
do_stage() {
install -d ${STAGING_INCDIR}
- install -m 644 include/outo.h ${STAGING_INCDIR}
+ install -m 644 include/outo.h ${STAGING_INCDIR}
}
file://auxdir.patch;patch=1;pnum=0"
S = "${WORKDIR}/xpext-1.0"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_configure_prepend () {
cd ${S}
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz"
S = "${WORKDIR}/Xsp"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
SRC_URI = "${GNU_MIRROR}/mailutils/mailutils-${PV}.tar.bz2 \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--disable-pam --without-guile"
SECTION = "base"
require makedevs_${PV}.bb
-inherit native
+inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/makedevs-${PV}"
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 \
MAN5=${D}${mandir}/man5 \
MAN8=${D}${mandir}/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
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"
-
+
inherit autotools pkgconfig
FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
-
+
inherit autotools pkgconfig
FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
-
+
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"
-
+
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common"
RDEPENDS = "matchbox-common"
-PR = "r1"
+PR = "r1"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz"
DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf matchbox-common"
RDEPENDS = "matchbox-common"
-PR = "r2"
+PR = "r2"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \
INITSCRIPT_PARAMS_${PN} = "start 04 S ."
CONFFILES_${PN} = "${sysconfdir}/mdev.conf"
-inherit cml1 update-rc.d
+inherit cml1 update-rc.d
do_configure () {
install -m 0644 ${WORKDIR}/defconfig ${S}/.config.oe
do_install () {
mv ${S}/busybox ${S}/mdev
-
+
install -d ${D}${base_sbindir}
install -m 0755 ${S}/mdev ${D}${base_sbindir}/
-
+
install -d ${D}${sysconfdir}/init.d
install -m 644 ${WORKDIR}/mdev.conf ${D}${sysconfdir}/
install -m 0755 ${WORKDIR}/mdev.sh ${D}${sysconfdir}/init.d/
-
+
install -d ${D}${base_libdir}/mdev
install -m 0755 ${WORKDIR}/firmware ${D}${base_libdir}/mdev/firmware
}
LICENSE = "LGPL"
-RDEPENDS = "expat"
+RDEPENDS = "expat"
DEPENDS = "makedepend-native xf86vidmodeproto glproto virtual/libx11 libxext libxxf86vm libxi libxmu libice"
# gcc-3.4 blows up in gtktext with -frename-registers on arm-linux
echo "[${IMAGE_ROOTFS}/etc/ipkg.conf] is missing!"
exit 1
fi
-
+
# comment out existing feed-sources inserted by ipkg-collateral
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | sed "s/^src\ /#src\ /" > ${IMAGE_ROOTFS}/etc/ipkg.conf_
rm ${IMAGE_ROOTFS}/etc/ipkg.conf && mv ${IMAGE_ROOTFS}/etc/ipkg.conf_ ${IMAGE_ROOTFS}/etc/ipkg.conf
-
+
# extract, then delete destinations
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | egrep "^dest\ " > ${IMAGE_ROOTFS}/etc/ipkg.conf.dest
cat ${IMAGE_ROOTFS}/etc/ipkg.conf | egrep -v "^dest\ " > ${IMAGE_ROOTFS}/etc/ipkg.conf_
# strip leading and trailing spaces/tabs, then split into name and uri
line_clean="`echo "$line"|sed 's/^[ \t]*//;s/[ \t]*$//'`"
feed_name="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\1/p'`"
- feed_uri="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\2/p'`"
+ feed_uri="`echo "$line_clean" | sed -n 's/\(.*\)##\(.*\)/\2/p'`"
# insert new feed-sources
echo "src/gz $feed_name $feed_uri" >> ${IMAGE_ROOTFS}/etc/ipkg.conf
done
-
+
# remove temporary files and rebuild ipkg.conf
echo "" >> ${IMAGE_ROOTFS}/etc/ipkg.conf
cat ${IMAGE_ROOTFS}/etc/ipkg.conf.dest >> ${IMAGE_ROOTFS}/etc/ipkg.conf
rm ${IMAGE_ROOTFS}/etc/ipkg.conf.dest
-
+
# remove -feed.conf files which are no longer needed
- cd ${IMAGE_ROOTFS}/etc/ipkg/ && rm -- *-feed.conf
+ cd ${IMAGE_ROOTFS}/etc/ipkg/ && rm -- *-feed.conf
fi
}
rm -r ${SDK_OUTPUT}
mkdir -p ${SDK_OUTPUT}
-
+
${IPKG_HOST} update
${IPKG_HOST} -nodeps install ${HOST_INSTALL}
rm -r ${SDK_OUTPUT}
mkdir -p ${SDK_OUTPUT}
-
+
${IPKG_HOST} update
${IPKG_HOST} -nodeps install ${HOST_INSTALL}
SRC_URI = "http://mikmod.raphnet.net/files/mikmod-${PV}.tar.bz2 \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
LDFLAGS_append = " -lm"
${D}${sysconfdir}/rcS.d \
${D}${sysconfdir}/rc2.d \
${D}${sysconfdir}/init.d
-
+
install -m 0644 ${WORKDIR}/inittab ${D}${sysconfdir}/inittab
install -m 0755 ${WORKDIR}/rcS ${D}${sysconfdir}/init.d
-
+
if [ ! -z "${SERIAL_CONSOLE}" ]; then
echo "${SERIAL_CONSOLE}::askfirst:/bin/sh --login" >> ${D}${sysconfdir}/inittab
fi
exit 1
else
FW_VERSION="v${PV}";
-
+
fw_upgrade() {
IF=$1;
echo "firmware upgrade on $IF"
if [[ `hostap_diag $IF | grep STAID | awk '{print $3}'` < $FW_VERSION ]]; then
echo " - upgrading to version $FW_VERSION"
prism2_srec -f $IF /tmp/sf010704.hex /tmp/pk010101.hex
- else
+ else
echo " - upgrade not necessary"
fi
fi
echo "done".
}
-
+
for i in `ls /proc/net/hostap`; do
fw_upgrade $i;
done;
if not overrides:
raise bb.build.FuncFailed('OVERRIDES not defined')
bb.data.setVar('OVERRIDES', overrides+':'+bb.data.getVar('PN', localdata, 1), localdata)
-
+
bb.data.update_data(localdata)
src_uri = bb.data.getVar('SRC_URI', localdata)
update-alternatives --install /sbin/depmod depmod /sbin/depmod.24 10
}
-pkg_postinst_modutils-modinfo() {
+pkg_postinst_modutils-modinfo() {
#!/bin/sh
update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.24 10
}
--with-gnu-ld \
--with-bundled-lua --with-bundled-sqlite"
-inherit autotools
+inherit autotools
# Release 0.22 reveals bugs in g++ for thumb (g++ generates
# relocations which the linker cannot represent)
--with-gnu-ld \
--with-bundled-lua --with-bundled-sqlite"
-inherit autotools
+inherit autotools
# Release 0.22 reveals bugs in g++ for thumb (g++ generates
# relocations which the linker cannot represent)
--with-gnu-ld \
--with-bundled-lua --with-bundled-sqlite"
-inherit autotools
+inherit autotools
# Release 0.22 reveals bugs in g++ for thumb (g++ generates
# relocations which the linker cannot represent)
file://mozconfig file://minimo \
file://minimo.desktop file://minimo.png"
-inherit autotools
+inherit autotools
S = "${WORKDIR}/mozilla"
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
- infodir=${STAGING_DIR}/${HOST_SYS}/info
+ infodir=${STAGING_DIR}/${HOST_SYS}/info
}
do_install() {
install -d "${D}/usr/etc/mplayer"
-
+
install -m 0644 ${WORKDIR}/mplayer.conf "${D}/usr/etc/mplayer"
}
test -d /usr/bin || mkdir -p /usr/bin
test -e /usr/bin/hostname || ln -s /bin/hostname /usr/bin/hostname
chmod go+rw /var/run
-
+
mysql_install_db
-
+
}
pkg_postrm_mysql-server () {
SRC_URI = "http://optusnet.dl.sourceforge.net/sourceforge/nail/nail-11.21.tar.bz2 \
file://nail.spec.diff;patch=1"
-
+
S = "${WORKDIR}/nail-11.21/"
inherit autotools
do_stage() {
install -d ${libndir} ${nextdir}
- for file in ${libnheaders}; do
+ for file in ${libnheaders}; do
install -m 0644 libnautilus/$file ${libndir}/$file
- done
+ done
for file in ${nextheaders}; do
install -m 0644 libnautilus-extension/$file ${nextdir}/$file
done
-
+
oe_libinstall -C libnautilus-adapter libnautilus-adapter ${STAGING_LIBDIR}
oe_libinstall -C libnautilus-extension libnautilus-extension ${STAGING_LIBDIR}
oe_libinstall -C libnautilus-private libnautilus-private ${STAGING_LIBDIR}
file://init \
file://snmpd.conf \
file://snmptrapd.conf"
-
+
inherit autotools
PARALLEL_MAKE = ""
-EXTRA_OECONF = "--enable-shared --disable-manuals"
+EXTRA_OECONF = "--enable-shared --disable-manuals"
EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
do_configure() {
# data) processing package derived from PBMPlus
#
# For documentation see: http://netpbm.sourceforge.net/doc/
-LICENSE = "GPL MIT Artistic"
+LICENSE = "GPL MIT Artistic"
# NOTE: individual command line utilities are covered by different
# licenses. The compiled and linked command line utilties are
# subject to the licenses of the libraries they use too - including
# libpng libz, IJG, and libtiff licenses
-SECTION = "console/utils"
-DEPENDS = "jpeg zlib libpng tiff install-native flex-native"
+SECTION = "console/utils"
+DEPENDS = "jpeg zlib libpng tiff install-native flex-native"
RDEPENDS = "perl\
perl-module-cwd\
perl-module-english\
RDEPENDS += "perl-module-exporter-heavy"
RDEPENDS += "perl-module-file-spec-unix"
-HOMEPAGE = "http://netpbm.sourceforge.net"
+HOMEPAGE = "http://netpbm.sourceforge.net"
DESCRIPTION = "Netpbm is a toolkit for manipulation of graphic images, including\
conversion of images between a variety of different formats. There\
are over 220 separate tools in the package including converters for\
SRC_URI = "${SOURCEFORGE_MIRROR}/netpbm/netpbm-${PV}.tgz \
file://ppmtojpeg.patch;patch=42 \
file://Makefile.config \
- file://oeendiangen"
+ file://oeendiangen"
EXTRA_OEMAKE = "ENDIANGEN=${S}/buildtools/oeendiangen TARGET_LD=${LD}"
-do_configure() {
+do_configure() {
install -c -m 644 ../Makefile.config .
# The following stops the host endiangen program being run and uses
# the target endian.h header instead.
# need all to get the static library too
oe_runmake all default
}
-
-do_install() {
+
+do_install() {
# netpbm makes its own installation package, which must then be
# installed to form the dummy installation for ipkg
rm -rf ${WORKDIR}/netpbm-package
exit 1;;
esac
done
-}
+}
install -m 4755 src/netperf ${D}${bindir}
install -m 4755 src/netserver ${D}${sbindir}
install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/netperf
-
+
# man
install -d ${D}${mandir}/man1/
install -m 0644 doc/netserver.man ${D}${mandir}/man1/netserver.1
# move scripts to examples directory
install -d ${D}${docdir}/netperf/examples
install -m 0644 doc/examples/*_script ${D}${docdir}/netperf/examples/
-
+
# docs ..
install -m 0644 COPYING ${D}${docdir}/netperf
install -m 0644 Release_Notes ${D}${docdir}/netperf
PR = "r2"
SRC_URI = "file://ifupdown \
- file://usbnet"
+ file://usbnet"
do_install() {
install -d ${D}${sysconfdir}/apm/scripts.d
install -m 0755 ${S}/utils/rquotad/rquotad ${D}${sbindir}/rquotad
install -m 0755 ${S}/utils/showmount/showmount ${D}${sbindir}/showmount
install -m 0755 ${S}/utils/statd/statd ${D}${sbindir}/statd
-
+
install -d ${D}${mandir}/man8
install -m 0644 ${S}/utils/exportfs/exportfs.man ${D}${mandir}/man8/exportfs.8
install -m 0644 ${S}/utils/lockd/lockd.man ${D}${mandir}/man8/lockd.8
EXTRA_OECONF = "--with-restart --enable-pcre --with-pcap-includes=${STAGING_INCDIR}"
EXTRA_OEMAKE = "INCLUDES=${S}"
-inherit autotools
+inherit autotools
CFLAGS += '-DDROPPRIVS_ONLY_ROOT=0 -DDROPPRIVS_USER=\""nobody\"" -DUSE_DROPPRIVS=1'
EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
CXXFLAGS_append = " -fpermissive"
-# Ugly hack follows -- their configure.ac doesnt match their configure ..
+# Ugly hack follows -- their configure.ac doesnt match their configure ..
# doesnt include a check for the length type in recvfrom, so we hack it here
CPPFLAGS_append = " -Drecvfrom6_t=socklen_t"
LICENSE = "GPL"
SRC_URI = "http://www.stack.nl/~brama/projects/nmixer/src/nmixer-${PV}.tar.gz"
-inherit autotools
+inherit autotools
do_compile() {
oe_runmake nmixer INCLUDES=-I${STAGING_INCDIR}/
-LICENSE = ""
+LICENSE = ""
DEPENDS = "nxcomp"
SRC_URI = "http://handhelds.org/~gberenfield/${PN}_${PV}_src.tgz \
file://greader.patch;patch=1;pnum=1"
-S = "${WORKDIR}/greader/"
+S = "${WORKDIR}/greader/"
SRC_URI = "${SOURCEFORGE_MIRROR}/config-plus/config-plus-${PV}.tar.gz"
S = "${WORKDIR}/config-plus-${PV}"
-
+
inherit autotools
if [ -z "$CONFIG" ]; then CONFIG=defconfig; fi
- oe_runmake $CONFIG
+ oe_runmake $CONFIG
oe_runmake MWDIR=${STAGING_DIR}/target/ "TARGET_CROSS=${TARGET_PREFIX}" all
}
do_install() {
install -d ${D}/${prefix}/pixil
-
+
oe_runmake "TARGET_CROSS=${TARGET_PREFIX}" INSTALL_DIR=${D}/${prefix}/pixil \
DEST_DIR=/${prefix}/pixil install
}
do_configure() {
- rm -fr ${WORKDIR}/XXcompiler;
- mkdir -p ${WORKDIR}/XXcompiler
- pushd ./
- cd ${CROSS_DIR}/bin/;
+ rm -fr ${WORKDIR}/XXcompiler;
+ mkdir -p ${WORKDIR}/XXcompiler
+ pushd ./
+ cd ${CROSS_DIR}/bin/;
echo ${CC}
- for i in *; do
- echo " linking ${WORKDIR}/XXcompiler/$i to $i";
- ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$i ;
+ for i in *; do
+ echo " linking ${WORKDIR}/XXcompiler/$i to $i";
+ ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$i ;
toolname=`echo $i | sed s/${TARGET_ARCH}-${TARGET_OS}-//`
echo `echo $i | sed s/${TARGET_ARCH}-${TARGET_OS}-//`
- echo " linking ${WORKDIR}/XXcompiler/$i to $toolname";
- ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$toolname;
- done
+ echo " linking ${WORKDIR}/XXcompiler/$i to $toolname";
+ ln -s ${CROSS_DIR}/bin/$i ${WORKDIR}/XXcompiler/$toolname;
+ done
echo "#!/bin/sh" > ${WORKDIR}/XXcompiler/cc
echo "${CC} \$*" >> ${WORKDIR}/XXcompiler/cc
chmod 755 ${WORKDIR}/XXcompiler/cc
popd ;
-
+
}
EXTRA_LDOPTIONS='${LDFLAGS}' \
EXTRA_INCLUDES='-I${STAGING_DIR}/target/include' "
do_compile() {
- sed -e "s/^\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension.*/\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension ${FULL_OPTIMIZATION}/" < ${FILESDIR}/host.def > ${S}/config/cf/host.def;
+ sed -e "s/^\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension.*/\#define KdriveServerExtraDefines -DITSY -DMAXSCREENS=2 -DXResExtension ${FULL_OPTIMIZATION}/" < ${FILESDIR}/host.def > ${S}/config/cf/host.def;
oe_runmake World
do_install () {
install -d ${D}/${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/*.png ${D}/${palmtopdir}/pics/
-
+
}
test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs
echo "30 * * * * ${bindir}/ntpdate -s -u pool.ntp.org" >> /etc/cron/crontabs/root
fi
-
+
# Dunno why this is here, ask the "nylon" guys :)
test -x /etc/init.d/busybox-cron && update-rc.d -s busybox-cron defaults
-
+
update-rc.d -s ntpdate defaults 30
fi
}
#perl scripts, and installing perl is an enormous overhead for a user who only
#needs ntpq
#RDEPENDS_ntp-bin = perl
-# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
+# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
# with wonky clocks (e.g. OpenSlug)
RDEPENDS_${PN} = "${PN}-tickadj"
FILES_${PN}-bin = "${bindir}/ntp-wait ${bindir}/ntpdc ${bindir}/ntpq ${bindir}/ntptime ${bindir}/ntptrace"
# This should use rc.update
FILES_ntpdate = "${bindir}/ntpdate ${sysconfdir}/init.d/ntpdate"
-# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
+# ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
# with wonky clocks (e.g. OpenSlug)
RDEPENDS_${PN} = "${PN}-tickadj"
FILES_${PN}-bin = "${bindir}/ntp-wait ${bindir}/ntpdc ${bindir}/ntpq ${bindir}/ntptime ${bindir}/ntptrace"
inherit opie
EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${S}/Nnmlib INCLUDEPATH+=${S}/ui LIBS+=-L${S}"
+OE_QMAKE_CXXFLAGS := "${@oe_filter_out('-fno-rtti', '${OE_QMAKE_CXXFLAGS}', d)}"
PARALLEL_MAKE = ""
do_configure_prepend() {
for dir in bin include lib share ; do
cp -pPR ${WORKDIR}/${PKG_BASENAME}/usr/$dir ${D}/usr/
done
-
+
#X11R7.0 style...
install -d ${D}/usr/lib/xorg/
cp ${WORKDIR}/${PKG_BASENAME}/usr/X11R6/lib/lib* ${D}/usr/lib/
cp -pPR ${WORKDIR}/${PKG_BASENAME}/usr/X11R6/lib/modules ${D}/usr/lib/xorg/
ln -s libglx.so.1.0.8756 ${D}/usr/lib/xorg/modules/extensions/libglx.so
-
+
}
do_stage() {
KERNEL_VERSION=${KERNEL_VERSION} \
CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
${MAKE_TARGETS}
-
+
cd ../nvsound/main
oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
KERNEL_SRC=${STAGING_KERNEL_DIR} \
do_configure() {
rm -f ${S}/nvnet/makefile
rm -f ${S}/nvsound/main/makefile
-
+
if [ "${KERNEL_PATCHLEVEL}" != "4" ] ; then
ln -sf Makefile.kbuild ${S}/nvnet/Makefile
ln -sf Makefile.kbuild ${S}/nvsound/main/Makefile
for dir in usr/bin nvsound/lib ; do
cp -pPR ${S}/$dir ${D}/usr/
done
-
+
}
do_stage() {
update-rc.d -s emergency-ip defaults 98
update-rc.d -s flash-backup start 38 S . stop 38 0 6 .
update-rc.d -s dummydate start 50 S . stop 50 0 6 .
-
+
if ! grep -q flash-backup /etc/cron/crontabs/root; then
echo "adding flash-backup crontab"
test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs
echo "0 * * * * /etc/init.d/flash-backup backup" >> /etc/cron/crontabs/root
fi
-
+
if ! grep -q reset-wlan /etc/cron/crontabs/root; then
echo "adding reset-wlan crontab"
test -d /etc/cron/crontabs || mkdir -p /etc/cron/crontabs
/etc/init.d/busybox-cron reload
if [ ! -e /etc/httpd.conf ]; then
echo "A:*" > /etc/httpd.conf
- fi
+ fi
update-rc.d -s busybox-httpd defaults
-
+
if ! grep -q "/var/lib/rrd/" /etc/nylon/backup.list; then
echo "adding to backup list"
echo "/var/lib/rrd/" >> /etc/nylon/backup.list
file://i-hate-libtool.patch;patch=1 \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--enable-bluetooth --disable-swig --disable-perl --disable-python --disable-tcl --disable-builddocs"
do_stage() {
autotools_stage_all
}
-
+
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libX11-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_compile() {
(
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXau-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
S = "${WORKDIR}/libXcursor-${PV}"
FILES_${PN} += "${libdir}/libXcursor.so"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xext"
S = "${WORKDIR}/Xext"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXfixes-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
${libdir}/*.a ${libdir}/pkgconfig \
${datadir}/aclocal ${bindir} ${sbindir}
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
file://autofoo.patch;patch=1"
S = "${WORKDIR}/libXrender-${PV}"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
DESCRIPTION = "GNU Octave is a high-level language, primarily intended for numerical computations. \
It provides a convenient command line interface for solving linear and nonlinear problems numerically, \
and for performing other numerical experiments using a language that is mostly compatible with Matlab. \
-It may also be used as a batch-oriented language."
+It may also be used as a batch-oriented language."
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "readline ncurses"
SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--enable-spincludedir=${STAGING_INCDIR}/OpenSP \
--enable-splibdir=${STAGING_LIBDIR}"
SRC_URI = "svn://svn.berlios.de/;module=${PN}"
S = "${WORKDIR}/${PN}/trunk"
-EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
+EXTRA_OECONF = " --disable-ftdi2232 --disable-ftd2xx"
${D}${base_sbindir} \
${D}/initrd \
${D}/boot
-
+
# linuxrc
rm -f ${D}/linuxrc
ln -s boot/flash ${D}/linuxrc
#
# Init scripts
install -m 0644 functions ${D}${sysconfdir}/default
- install -m 0644 modulefunctions ${D}${sysconfdir}/default
+ install -m 0644 modulefunctions ${D}${sysconfdir}/default
for s in ${INITSCRIPTS}
do
install -m 0755 initscripts/$s ${D}${sysconfdir}/init.d/
file://attributevalue.patch;patch=1"
S = "${WORKDIR}/OpenSP-${PV}"
-inherit autotools
+inherit autotools
do_stage () {
oe_libinstall -a -so -C lib libosp ${STAGING_LIBDIR}
--without-zlib-version-check \
--with-privsep-path=/var/run/sshd \
--sysconfdir=${sysconfdir}/ssh"
-
+
EXTRA_OEMAKE = "'STRIP_OPT='"
do_configure_prepend () {
--with-privsep-path=/var/run/sshd \
--sysconfdir=${sysconfdir}/ssh \
--with-xauth=/usr/bin/xauth"
-
+
EXTRA_OEMAKE = "'STRIP_OPT='"
do_configure_prepend () {
--with-privsep-path=/var/run/sshd \
--sysconfdir=${sysconfdir}/ssh \
--with-xauth=/usr/bin/xauth"
-
+
EXTRA_OEMAKE = "'STRIP_OPT='"
do_configure_prepend () {
--enable-obex \
--enable-bluetooth \
--enable-tools \
- --with-wbxml"
+ --with-wbxml"
CFLAGS += "-I${STAGING_INCDIR}/libsoup-2.2"
LICENSE = "GPL"
DEPENDS = "gtk+ curl gconf"
HOMEPAGE = "http://hem.bredband.net/miko22/"
-DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector."
+DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector."
inherit autotools pkgconfig
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/aboutapplet"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/addressbook \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/addressbook \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/opiealarm \
file://01opiealarm "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/opiealarm \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/appearance2 \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/aqpkg \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/aqpkg \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/autorotateapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/autorotateapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/backgammon \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/backgammon \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/backup \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/opie-bartender \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/opie-bartender \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/blue-pin"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/applet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics/bluetoothapplet"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/applet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/bounce \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/bounce \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/brightnessapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/brightnessapplet \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/settings/button \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/buzzword \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/buzzword \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/multimedia/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/cardmon \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/cardmon \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/settings/citytime \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/settings/citytime \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/tools/clock \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/clock \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/confedit \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/confedit \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/dagger \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/dagger \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/dasher \
${HANDHELDS_CVS};tag=${TAG};module=opie/share "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/dasher \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/datebook/holiday/birthday "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/datebook/holiday/birthday "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/datebook/holiday/christian "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/datebook/holiday/christian "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/datebook/holiday/national \
${HANDHELDS_CVS};tag=${TAG};module=opie/etc/nationaldays "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/datebook/holiday/national \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/datebook \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/decorations/flat "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/decorations/flat "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/decorations/liquid "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/decorations/liquid "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/decorations/polished "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/decorations/polished "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/doctab \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/doctab \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/graphics/drawpad \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/graphics/drawpad \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/dvorak \
${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/pickboard"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/dvorak \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/tools/euroconv \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/euroconv \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/examples \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/examples \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/graphics/opie-eye \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/graphics/opie-eye \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/fifteen \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/fifteen \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/tools/formatter \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/formatter \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opieftp \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opieftp \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/ftplib"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/ftplib"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/go \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/go \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/opie-gutenbrowser \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/opie-gutenbrowser \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/handwriting \
${HANDHELDS_CVS};tag=${TAG};module=opie/etc/qimpen"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/handwriting \
require ${PN}.inc
-
+
# Remove the dash below when 1.2.1 changes in PV
PV = "1.2.2+cvs-${SRCDATE}"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/homeapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/homeapplet \
FILES_${PN} += "/opt"
-do_install() {
+do_install() {
install -d ${D}${palmtopdir}/apps/Settings
install -d ${D}${palmtopdir}/bin
install -d ${D}${palmtopdir}/pics
-
+
install -m 0644 ${WORKDIR}/icon-reload.desktop ${D}${palmtopdir}/apps/Settings
install -m 0755 ${WORKDIR}/icon-reload.sh ${D}${palmtopdir}/bin
- install -m 0644 ${WORKDIR}/reload.png ${D}${palmtopdir}/pics
+ install -m 0644 ${WORKDIR}/reload.png ${D}${palmtopdir}/pics
}
require ${PN}.inc
-
-
+
+
require ${PN}.inc
-#Remove the dash below when 1.2.1 changes
+#Remove the dash below when 1.2.1 changes
PV = "1.2.2+cvs-${SRCDATE}"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opieirc \
${HANDHELDS_CVS};tag=${TAG};module=opie/help \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opieirc \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/jumpx \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/jumpx \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/kbill \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/kbill \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/kcheckers \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/kcheckers \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/keyboard "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/keyboard "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/comm/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/comm/${APPNAME} \
require ${PN}.inc
-
+
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/etc"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/development/keyview "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/development/keyview "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/kjumpx \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/kjumpx \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/kpacman \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/kpacman \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/language \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/language \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/rsync"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/rsync"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/settings/light-and-power \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/settings/light-and-power \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/logoutapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/logoutapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/mail \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/mail \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/mail/taskbarapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/mail/taskbarapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/multimedia/opieplayer \
file://libmadplugin.pro"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/multimedia/opieplayer "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/multimedia/opieplayer \
file://vorbis.pro "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/multimedia/opieplayer "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/multimedia/opieplayer "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/mediummount \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/mindbreaker \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/mindbreaker \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/minesweep \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/minesweep \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/multikey \
${HANDHELDS_CVS};tag=${TAG};module=opie/share"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/multikey \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/networkapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/networkapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/networksettings \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/networksettings \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/notesapplet"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/notesapplet"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/odict \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/odict \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/oyatzee \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/oyatzee \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/${APPNAME};cvsdate=${SRCDATE} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/parashoot \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/parashoot \
-require ${PN}.inc
+require ${PN}.inc
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/pcmcia \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/pickboard"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/pickboard"
require ${PN}.inc
-
+
TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/multimedia/powerchord \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/powerchord \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/qasteroids \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/qasteroids \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/qcop"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/qcop"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/qss"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/qss"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/tools/quicklauncher"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/tools/quicklauncher"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opierdesktop \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opierdesktop \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/multimedia/opierec \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/opierec \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/tools/remote \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/remote \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/restartapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/restartapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/restartapplet2 \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/restartapplet2 \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/rotateapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/rotateapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/osearch \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/osearch \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/sfcave \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/sfcave \
SRC_URI = "file://snes.desktop \
file://snes.png \
file://opie-sh-snes.sh"
-
+
do_install() {
do
install -d ${D}${palmtopdir}/$dir
done
-
+
install -m 755 ${WORKDIR}/opie-sh-snes.sh ${D}${palmtopdir}/bin
install -m 644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics
install -m 644 ${WORKDIR}/*.desktop ${D}${palmtopdir}/apps/Games
-}
+}
require ${PN}.inc
-
-
+
+
require ${PN}.inc
-#Remove the dash below when 1.2.1 changes
+#Remove the dash below when 1.2.1 changes
PV = "1.2.2+cvs-${SRCDATE}"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/opie-sheet \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/opie-sheet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/snake \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/snake \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/solitaire \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/solitaire \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/sshkeys \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/sshkeys \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/flat "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/flat "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/fresh "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/fresh "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/liquid "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/liquid "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/metal "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/metal "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/phase"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/phase"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/web"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/web"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/suspendapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/suspendapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/symlinker "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/symlinker "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/sysinfo \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/sysinfo \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/netsystemtime \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/netsystemtime \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/tableviewer \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/tableviewer \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/tetrix \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/tetrix \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/theme \
${HANDHELDS_CVS};tag=${TAG};module=opie/plugins/styles "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/tictac \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/tictac \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/tinykate \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/tinykate \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/addressbook "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today/plugins/addressbook "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/datebook "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today/plugins/datebook "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/fortune "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/todayplugins/fortune "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/mail "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today/plugins/mail "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/stockticker \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/todayplugins/stockticker \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today/plugins/todolist "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today/plugins/todolist "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/todayplugins/weather \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/todayplugins/weather \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/today \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/today \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/pim/todo \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/todo \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/multimedia/tonleiter \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/tonleiter \
S = "${WORKDIR}"
do_compile() {
- ${CC} ${CFLAGS} ${LDFLAGS} -I${STAGING_INCDIR}/freetype2 -lfreetype -o update-qtttffontdir update-qtttffontdir.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -I${STAGING_INCDIR}/freetype2 -lfreetype -o update-qtttffontdir update-qtttffontdir.c
}
do_install() {
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/inputmethods/unikeyboard "
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/inputmethods/unikeyboard "
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/usermanager \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/usermanager \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/sound \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/settings/sound \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/vmemo \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/vmemo \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/applets/vtapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/vtapplet \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/wellenreiter \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/wirelessapplet"
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/wirelessapplet"
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/wordgame \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/wordgame \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/${APPNAME} \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/${APPNAME} \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/applets/zkbapplet \
${HANDHELDS_CVS};tag=${TAG};module=opie/share \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/applets/zkbapplet \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/zlines \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/zlines \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/zsafe \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/apps/zsafe \
require ${PN}.inc
-
-
+
+
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/zsame \
${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
require ${PN}.inc
-
+
PV = "${OPIE_CVS_PV}"
SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/zsame \
file://hermes.conf \
file://orinoco_cs.conf"
-do_install() {
+do_install() {
install -d ${D}${sysconfdir}/pcmcia
- install -d ${D}${sysconfdir}/modutils
+ install -d ${D}${sysconfdir}/modutils
install -m 0644 ${WORKDIR}/spectrum.conf ${D}${sysconfdir}/pcmcia/
install -m 0644 ${WORKDIR}/hermes.conf ${D}${sysconfdir}/pcmcia/
install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}${sysconfdir}/modutils/
cp -f ${WORKDIR}/spectrum* ${S}/
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
install -d ${D}${sysconfdir}/pcmcia
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
}
PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules"
-FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX} /${sysconfdir}"
+FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX} /${sysconfdir}"
FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \
inherit module
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
}
PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules"
-FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
+FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \
inherit module
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
}
PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules"
-FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
+FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}"
FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \
internationalized text."
PR = "r2"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
internationalized text."
PR = "r2"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
internationalized text."
PR = "r2"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
PACKAGES_DYNAMIC = "pango-module-*"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
PACKAGES_DYNAMIC = "pango-module-*"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
PACKAGES_DYNAMIC = "pango-module-*"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc"
-RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
+RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."
SRC_URI = "${XLIBS_MIRROR}/panoramixext-${PV}.tar.bz2"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=PanoramiXExt"
S = "${WORKDIR}/PanoramiXExt"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \
install -d ${D}/${prefix}/share
install -m 6440 ${WORKDIR}/${PN}-${PV}/pci.ids ${D}/${prefix}/share
}
-
+
# ensure that config.opts always exists, albeit empty
echo >> ${D}${sysconfdir}/pcmcia/config.opts
-
+
install -m 0644 ${WORKDIR}/ide.opts ${D}${sysconfdir}/pcmcia/
install -m 0644 ${WORKDIR}/wireless.opts ${D}${sysconfdir}/pcmcia/
for i in etc/cis/*; do
-Ud_csh \
-Uusesfio \
-Uusenm -des
- sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
+ sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!' < config.sh > config.sh.new
mv config.sh.new config.sh
}
-Ud_csh \
-Uusesfio \
-Uusenm -des
- sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
+ sed 's!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!' < config.sh > config.sh.new
mv config.sh.new config.sh
}
cp ${WORKDIR}/config.sh-sh3-linux .
cp ${WORKDIR}/config.sh-sh4-linux .
#perl insists on an extra config.sh for arm EABI
- cp config.sh-arm-linux config.sh-arm-linux-gnueabi
+ cp config.sh-arm-linux config.sh-arm-linux-gnueabi
# nslu2 LE uclibc builds do not work with the default config.sh
if test "${MACHINE}" = nslu2
then
inherit autotools
#
-# ~lart Pine's build structure...
+# ~lart Pine's build structure...
#
PARALLEL_MAKE = ""
EXTRA_OEMAKE = "-e"
file://pkg.m4 \
file://glibconfig-sysdefs.h"
-inherit autotools
+inherit autotools
acpaths = "-I ."
do_configure_prepend () {
SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz"
PR = "r1"
-inherit autotools
+inherit autotools
do_stage () {
oe_libinstall -a -so libpme ${STAGING_LIBDIR}
oe_runmake
cp ${S}/dict/data/fugodic ${WORKDIR}/pbserver/fugodic.txt
oe_runmake -C ${WORKDIR}/pbserver dic
- #patch -p1
+ #patch -p1
}
do_install() {
${D}${palmtopdir}/apps/Applications \
${D}${palmtopdir}/pics \
${D}${palmtopdir}/data/PocketCellar
-
+
install -m 644 pkg-pcellar/home/QtPalmtop/data/PocketCellar/* ${D}${palmtopdir}/data/PocketCellar/
install -m 755 pkg-cellar/home/QtPalmtop/bin/pocketcellar ${D}${palmtopdir}/bin/
install -m 644 pocketcellar.desktop ${D}${palmtopdir}/apps/Applications/
inherit autotools pkgconfig
-EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
+EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
do_stage() {
autotools_stage_all
inherit autotools pkgconfig
-EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
+EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
do_stage() {
autotools_stage_all
inherit autotools pkgconfig
-EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
+EXTRA_OECONF = "--enable-xpdf-headers --disable-gtk-test --disable-poppler-qt"
do_stage() {
autotools_stage_all
file://m4.patch;patch=1 \
file://intl.patch;patch=1"
-inherit autotools
+inherit autotools
do_stage () {
oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
The current release version supports Windows 95/98/Me/NT/2000/XP PPTP clients and Linux PPTP clients \
For more info visit http://www.poptop.org/"
-HOMEPAGE = "http://www.poptop.org/"
+HOMEPAGE = "http://www.poptop.org/"
LICENSE = "GPL"
SECTION = "network"
PRIORITY = "optional"
DEPENDS = "ppp"
-RDEPENDS = "ppp"
+RDEPENDS = "ppp"
PR = "r0"
-do_install() {
+do_install() {
install -d ${D}${sbindir}
install -d ${D}/${sysconfdir}
install -d ${D}/${sysconfdir}/ppp/
do_stage() {
-
+
# oe_libinstall -a -C .libs libbeecrypt ${STAGING_LIBDIR}
cp .libs/libbeecrypt.a ${STAGING_LIBDIR}/
install -d ${STAGING_INCDIR}/
do_configure_prepend() {
cp ${STAGING_DATADIR}/libtool/*.* ${S}/unix/scripts/
-
+
}
do_configure () {
--mandir=${mandir} \
${EXTRA_OECONF} \
$@;
-
+
}
do_compile () {
- cd builds
+ cd builds
oe_runmake
}
do_install() {
-
+
:
}
S = "${WORKDIR}/portabase"
-inherit palmtop
+inherit palmtop
do_configure_prepend() {
find . -name "Makefile"|xargs rm -f
${D}${palmtopdir}/help/en
install -D -m 0755 ${APPNAME} ${D}${palmtopdir}/bin/${APPNAME}
install -m 0644 package/${APPNAME}.desktop ${D}${palmtopdir}/apps/Applications/${APPNAME}.desktop
-
+
install -D -m 0644 pics/PortaBase.png ${D}${palmtopdir}/pics/PortaBase.png
for f in calculator.png checked.png image.png note.png save.png save_disabled.png unchecked.png calendar.xpm QtaDatePickerNext.xpm QtaDatePickerPrev.xpm
do
install -D -m 0644 pics/$f ${D}${palmtopdir}/pics/${APPNAME}/$f
- done
+ done
install -D -m 0644 help/html/${APPNAME}.html ${D}${palmtopdir}/help/en/html/${APPNAME}.html
-}
+}
pkg_postinst() {
echo >&2 "$EXT already assigned to $TYPE"
exit 1
fi
-)
-}
+)
+}
echo "SUBDIRS = lib tests" >>portaudio.pro
mkdir -p lib
- cat <<EOF >lib/lib.pro
+ cat <<EOF >lib/lib.pro
TEMPLATE = lib
CONFIG = console debug warn_on
TARGET = portaudio
mkdir -p tests
echo "TEMPLATE = subdirs" >tests/tests.pro
echo "SUBDIRS = \\" >>tests/tests.pro
-
+
for test in ${TESTS}
do
mkdir -p tests/$test
}
pkg_postrm () {
- update-alternatives --remove sendmail ${sbindir}/sendmail
+ update-alternatives --remove sendmail ${sbindir}/sendmail
}
# Exclude .debug directories from the main package
inherit autotools pkgconfig
-FILES_${PN}-doc += "${prefix}/doc/"
+FILES_${PN}-doc += "${prefix}/doc/"
do_compile_append() {
cp /usr/sbin/zic ${S}/src/timezone/
DESCRIPTION = "The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics. "
HOMEPAGE = "http://www.povray.org"
SECTION = "console/graphics"
-#Make this a weak assigment to allow branding of the povray binary
+#Make this a weak assigment to allow branding of the povray binary
LICENSE = "povray"
DEPENDS = "virtual/libx11 zlib jpeg libpng tiff"
#autoreconf breaks, so we'll skip that. The added advantage is that the patch to ./configure actually has effect
do_configure() {
oe_runconf
-}
+}
PACKAGES += "${PN}-scenes ${PN}-ini ${PN}-icons ${PN}-scripts ${PN}-includes"
file://ip-down \
file://08setupdns \
file://92removedns"
-
+
SRC_URI_append_nylon = " file://ppp-tdbread.patch;patch=1"
inherit autotools
oe_runmake
}
-do_install() {
+do_install() {
install -d ${D}${sbindir}
install -d ${D}/etc/
install -d ${D}/etc/ppp/
do_install() {
install -d ${D}/usr/share/games/doom/
-
+
install -m 644 ${WORKDIR}/prboom.cfg ${D}/usr/share/games/doom/
}
SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = " --without-x --disable-sdltest --with-sdl-exec-prefix=${STAGING_DIR}/${BUILD_SYS} "
do_install() {
install -d ${D}${bindir} \
${D}${datadir}/games/doom
-
+
install -m 0755 src/prboom ${D}${bindir}/prboom
install -m 0644 data/prboom.wad ${D}${datadir}/games/doom/
}
file://prboom.png \
file://prboom.desktop"
-inherit autotools
+inherit autotools
EXTRA_OECONF = " --without-x --disable-sdltest --with-sdl-exec-prefix=${STAGING_DIR}/${BUILD_SYS} "
EXTRA_OECONF = "--disable-64bit"
-inherit autotools
+inherit autotools
do_install_append () {
install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default
do_install() {
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
oe_runmake install
-
+
}
FILES_${PN} = "/lib/modules/"
mkdir -p ${D}/${sbindir}
install -m 0755 ${S}/privoxy ${D}/${sbindir}
- # Documentation
+ # Documentation
mkdir -p ${D}/${docdir}
install -m 0755 -d ${S}/doc ${D}/${docdir}
# Install man page
mkdir -p ${D}/${mandir}
install -m 0755 ${S}/privoxy.1 ${D}/${mandir}
-}
+}
do_install_append() {
-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 \
mv ${D}${base_bindir}/ps ${D}${base_bindir}/ps.${PN}
mv ${D}${bindir}/free ${D}${bindir}/free.${PN}
mv ${D}${base_sbindir}/sysctl ${D}${base_sbindir}/sysctl.${PN}
-}
+}
pkg_postinst() {
update-alternatives --install ${bindir}/top top top.${PN} 90
-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 \
mv ${D}${base_bindir}/ps ${D}${base_bindir}/ps.${PN}
mv ${D}${bindir}/free ${D}${bindir}/free.${PN}
mv ${D}${base_sbindir}/sysctl ${D}${base_sbindir}/sysctl.${PN}
-}
+}
pkg_postinst() {
update-alternatives --install ${bindir}/top top top.${PN} 90
do_stage() {
autotools_stage_all
-}
+}
SRC_URI = "ftp://ftp.ossp.org/pkg/lib/pth/pth-${PV}.tar.gz"
-inherit autotools
+inherit autotools
do_configure() {
gnu-configize
PARALLEL_MAKE=""
-inherit autotools
+inherit autotools
do_configure() {
gnu-configize
install -d ${D}/${prefix}/
install -d ${D}/${prefix}/games/
oe_runmake install
-
+
install -d ${D}/${datadir}/
install -d ${D}/${datadir}/applications/
install -d ${D}/${datadir}/pixmaps/
install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
- cd ${D}/${prefix}/games
+ cd ${D}/${prefix}/games
for prog in *; do
if [ -x $prog ]; then
echo "making ${D}/${datadir}/applications/$prog.desktop"
# It in fact requires these modules, but for now is using the local ones.
# RDEPENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20050911.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-20050911/driver"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
'LD=${KERNEL_LD}' \
'KDIR=${STAGING_KERNEL_DIR}'"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
# It in fact requires these modules, but for now is using the local ones.
# RDEPENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20051016.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-20051016/driver"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
# It in fact requires these modules, but for now is using the local ones.
# RDEPENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20051113.tar.bz2"
#SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20051113.tar.bz2 \
-# file://Makefile.patch;patch=1"
+# file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-20051113"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_compile() {
+do_compile() {
cd ivtv; oe_runmake
- cd ../driver; oe_runmake
+ cd ../driver; oe_runmake
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 ivtv/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 driver/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
# It in fact requires these modules, but for now is using the local ones.
# RRECOMMEND = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
RRECOMMEND = "kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20060101.tar.bz2"
S = "${WORKDIR}/pvrusb2-mci-20060101"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_compile() {
+do_compile() {
cd ivtv; oe_runmake
- cd ../driver; oe_runmake
+ cd ../driver; oe_runmake
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 ivtv/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 driver/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
# It in fact requires these modules, but for now is using the local ones.
# RRECOMMEND = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
RRECOMMEND = "kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20060103.tar.bz2"
S = "${WORKDIR}/pvrusb2-mci-20060103"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_compile() {
+do_compile() {
cd ivtv; oe_runmake
- cd ../driver; oe_runmake
+ cd ../driver; oe_runmake
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 ivtv/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 driver/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
# It in fact requires these modules, but for now is using the local ones.
# RRECOMMEND = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115"
RRECOMMEND = "kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-20060121.tar.bz2"
S = "${WORKDIR}/pvrusb2-mci-20060121"
EXTRA_OEMAKE = "'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_compile() {
+do_compile() {
cd ivtv; oe_runmake
- cd ../driver; oe_runmake
+ cd ../driver; oe_runmake
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 ivtv/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 driver/*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
PR = "r2"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
PR = "r1"
RRECOMMENDS = "kernel-module-tveeprom kernel-module-tuner kernel-module-msp3400 kernel-module-saa7115 kernel-module-tda9887"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
kernel-module-v4l1-compat \
kernel-module-v4l2-common \
kernel-module-videodev"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
file://hotplug.functions \
file://firmware.hotplug \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
mkdir -p ${D}/etc/hotplug.d/firmware
kernel-module-v4l1-compat \
kernel-module-v4l2-common \
kernel-module-videodev"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
file://hotplug.functions \
file://firmware.hotplug \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
mkdir -p ${D}/etc/hotplug.d/firmware
kernel-module-v4l1-compat \
kernel-module-v4l2-common \
kernel-module-videodev"
-
+
SRC_URI = "http://www.isely.net/downloads/pvrusb2-mci-${PV}.tar.bz2 \
file://hotplug.functions \
file://firmware.hotplug \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pvrusb2-mci-${PV}/driver"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
mkdir -p ${D}/etc/hotplug.d/firmware
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-Wl,-rpath-link,${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
mkdir -p ${D}/etc/hotplug.d/firmware
PR = "r0"
SRC_URI = "http://www.saillard.org/linux/pwc/files/pwc-${PV}.tar.bz2 \
- file://Makefile.patch;patch=1"
+ file://Makefile.patch;patch=1"
S = "${WORKDIR}/pwc-${PV}"
EXTRA_OEMAKE = "'V=1' 'CFLAGS=${CFLAGS}' \
'CC=${KERNEL_CC}' \
'LD=${KERNEL_LD}' \
- 'KDIR=${STAGING_KERNEL_DIR}'"
+ 'KDIR=${STAGING_KERNEL_DIR}'"
export TARGET_LDFLAGS = "-L${STAGING_DIR}/${TARGET_SYS}/lib \
-rpath-link ${STAGING_DIR}/${TARGET_SYS}/lib"
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
oe_runmake 'KDIR=${STAGING_KERNEL_DIR}' \
'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
+ 'LD=${KERNEL_LD}'
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
oe_runmake 'KDIR=${STAGING_KERNEL_DIR}' \
'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
+ 'LD=${KERNEL_LD}'
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
oe_runmake 'KDIR=${STAGING_KERNEL_DIR}' \
'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
+ 'LD=${KERNEL_LD}'
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
done
install -d ${STAGING_LIBDIR}
-
+
oe_libinstall -C lib libpt_linux_x86_r ${STAGING_LIBDIR}
-
+
ln -sf ${STAGING_LIBDIR}/libpt_linux_x86_r.so ${STAGING_LIBDIR}/libpt.so
install -d ${STAGING_DATADIR}/pwlib/make
export STAGING_LIBDIR=${STAGING_LIBDIR}
export STAGING_INCDIR=${STAGING_INCDIR}
-
+
distutils_do_install
install -d ${D}${datadir}/doc/${PN}/html/
QMAKE_PROFILES = "pyqwt.pro"
EXTRA_SIPTAGS = "-tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1"
SIP_MODULES = "qwt"
-SIP_FEATURES = "${WORKDIR}/features"
+SIP_FEATURES = "${WORKDIR}/features"
EXTRA_OEMAKE = " MAKEFLAGS= "
EXTRA_QMAKEVARS_POST += "TARGET=qwt \
do_generate_prepend() {
echo -e "TEMPLATE=subdirs\nSUBDIRS=qwt\n" >pyqwt.pro
-
+
echo "%Makefile qwt.pro.in" >>sip/qwtmod.sip
echo "TEMPLATE=lib" >>sip/qwtmod.sip
echo 'SOURCES = $B' >>sip/qwtmod.sip
inherit distutils-base
do_install() {
-
+
install -d ${D}${libdir}
install -d ${D}${libdir}/${PYTHON_DIR}
install -d ${D}${libdir}/${PYTHON_DIR}/site-packages
install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/
install -m 0755 testapp.py ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/
}
-
+
'CC="${KERNEL_CC}"' \
'LD="${KERNEL_LD}"' \
'LINUX_DIR=${STAGING_KERNEL_DIR}' \
- all
+ all
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc
}
'CC="${KERNEL_CC}"' \
'LD="${KERNEL_LD}"' \
'LINUX_DIR=${STAGING_KERNEL_DIR}' \
- all
+ all
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/misc
}
install -m 0755 qclockchange ${D}${palmtopdir}/bin/qclockchange
install -m 0644 ipkg/opt/QtPalmtop/pics/qclockchange.png ${D}${palmtopdir}/pics/qclockchange.png
- install -m 0644 ipkg/opt/QtPalmtop/apps/Settings/qclockchange.desktop ${D}${palmtopdir}/apps/Settings/qclockchange.desktop
+ install -m 0644 ipkg/opt/QtPalmtop/apps/Settings/qclockchange.desktop ${D}${palmtopdir}/apps/Settings/qclockchange.desktop
}
EXTRA_OEMAKE = "-e"
do_configure() {
- # Install the OE build templates
+ # Install the OE build templates
for template in linux-oe-g++ linux-uclibc-oe-g++ linux-gnueabi-oe-g++
- do
- install -d ${S}/mkspecs/$template
+ do
+ install -d ${S}/mkspecs/$template
install -m 0644 ${WORKDIR}/linux-oe-qmake.conf ${S}/mkspecs/$template/qmake.conf
- ln -sf ../linux-g++/qplatformdefs.h ${S}/mkspecs/$template/qplatformdefs.h
+ ln -sf ../linux-g++/qplatformdefs.h ${S}/mkspecs/$template/qplatformdefs.h
done
QMAKESPEC=
MACHTYPE_tosa = "sl700"
do_configure_append() {
- ln -v -f -s config/config-${MACHTYPE}.h config.h
+ ln -v -f -s config/config-${MACHTYPE}.h config.h
ln -v -f -s config/config.mk-${MACHTYPE} config.mk
if [ "${MACHTYPE}" = "sl300" ]
then
for header in account.h accountopt.h away.h blist.h buddyicon.h cmds.h config.h connection.h conversation.h core.h debug.h eventloop.h ft.h gaim.h imgstore.h log.h md5.h network.h notify.h plugin.h pluginpref.h pounce.h prefix.h prefs.h privacy.h proxy.h prpl.h request.h roomlist.h server.h sha.h signals.h sound.h sslconn.h status.h stringref.h util.h value.h version.h xmlnode.h
do
if [ -e ${S}/src/$header ]; then
- install -m 0644 ${S}/src/$header $GAIM_DIR
+ install -m 0644 ${S}/src/$header $GAIM_DIR
fi
if [ -e ${S}/$header ]; then
install -m 0644 ${S}/$header $GAIM_DIR
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
pkg_postinst() {
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
APPDESKTOP = "${S}"
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
APPDESKTOP = "${S}"
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
APPDESKTOP = "${S}"
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
oe_runmake -C levels
}
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
inherit opie
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-
+
}
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
inherit opie
do_compile_prepend() {
- oe_runmake -C images
+ oe_runmake -C images
}
do_install () {
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
install -m 0644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics/
-
+
}
SRC_URI = "${SOURCEFORGE_MIRROR}/arabeyes/arabic-fonts-${PV}.tar.gz"
S = "${WORKDIR}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
S = "${WORKDIR}/${PN}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
S = "${WORKDIR}/${PN}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/qpf-helvetica.tar.bz2"
S = "${WORKDIR}/helvetica"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for font in *.qpf; do
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for font in *.qpf; do
install -m 644 $font ${D}${palmqtdir}/lib/fonts/
- done
-}
+ done
+}
inherit qpf
S = "${WORKDIR}/${PN}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
S = "${WORKDIR}/${PN}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
SRC_URI = "http://www.openzaurus.org/mirror/qpf-unifont.tar.bz2"
S = "${WORKDIR}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
LICENSE = "GPL"
HOMEPAGE = "http://sourceforge.jp/projects/zaurus-ja/"
RPROVIDES = "virtual/japanese-font"
+PR = "r1"
SRC_URI = "http://prdownloads.sourceforge.jp/zaurus-ja/773/unismall-1.0.0.tar.gz"
S = "${WORKDIR}"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
cd unismall*
- for i in *_100_*.qpf; do
+ for i in *_100_*.qpf; do
ln -sf $i $(echo $i | sed 's/_100_/_160_/')
done
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
done
-}
+}
inherit qpf
SRC_URI = "http://ewi546.ewi.utwente.nl/mirror/hrw-oe-sources/qpf-utopia.tar.bz2"
S = "${WORKDIR}/utopia"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
inherit qpf
# install -d ${D}${bindir}
install -m 0644 qpPhoto.png ${D}${palmtopdir}/pics
-# install -m 0644 qpPhoto.desktop ${D}${palmtopdir}/apps/Applications
+# install -m 0644 qpPhoto.desktop ${D}${palmtopdir}/apps/Applications
# install -m 0755 qpPhoto ${D}${bindir}
}
unset QMAKESPEC
ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake
ln -sf ./linux-g++ mkspecs/linux-gnueabi-g++
- #export QMAKESPEC="linux-oe-g++"
+ #export QMAKESPEC="linux-oe-g++"
#rm -rf ./mkspecs
#ln -sf ${QMAKE_MKSPEC_PATH} ./mkspecs
echo yes | ./configure -prefix / -platform ${TARGET_OS}-g++ -crossarch ${QT_ARCH} ${QT_CONFIG_FLAGS} -fast \
S = "${WORKDIR}/quake1src"
-inherit autotools
+inherit autotools
EXTRA_OEMAKE = "-e"
--with-x=${STAGING_DIR}/${HOST_SYS} \
--with-openssl=${STAGING_DIR}/${HOST_SYS} \
--with-oss \
- --without-debug
+ --without-debug
}
do_compile() {
- oe_runmake 'KEYMAP_PATH=${datadir}/keymaps/'
+ oe_runmake 'KEYMAP_PATH=${datadir}/keymaps/'
}
do_install() {
file://acinclude.m4"
S = "${WORKDIR}/readline-${PV}"
-inherit autotools
+inherit autotools
do_configure () {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
do_install () {
install -d ${D}${palmtopdir}/pics/
install -m 0644 resistorUI.png ${D}${palmtopdir}/pics/
-
+
}
do_compile() {
../AppRun --compile
-}
+}
do_install() {
install -d ${D}${bindir}
cp -r ${WORKDIR}/${P}/Choices ${D}${datadir}/rox
rm -rf ${D}${datadir}rox/Choices/MIME-info/
cp ${WORKDIR}/${P}/ROX-Filer/*.xml ${D}${datadir}/rox
-
+
cp ${WORKDIR}/${P}/ROX-Filer/Help/{Changes,README*,TODO} ${D}${datadir}/doc/rox
cp ${WORKDIR}/${P}/ROX-Filer/Help/*html ${D}${datadir}/doc/rox/html
cp ${WORKDIR}/${P}/ROX-Filer/style.css ${D}${datadir}/doc/rox/html
cp -r ${WORKDIR}/${P}/ROX-Filer/images ${D}${datadir}/rox
cp -r ${WORKDIR}/${P}/ROX-Filer/ROX ${D}${datadir}/rox
-
+
# cp ROX-Filer/ROX-Filer ${D}/usr/bin/rox
cp ${WORKDIR}/${P}/ROX-Filer/.DirIcon ${D}${datadir}/rox/.DirIcon
cp ${WORKDIR}/${P}/rox.xml ${D}${datadir}/mime/packages
my_PERL="/usr/bin/env perl"
sed -e "s%/[a-zA-Z0-9/]*/bin/perl%$my_PERL%g" -i ${STAGING_BINDIR}/rpm2cpio.pl
-
- chmod 0755 ${STAGING_BINDIR}/rpm2cpio.pl
+
+ chmod 0755 ${STAGING_BINDIR}/rpm2cpio.pl
}
install -d ${D}/etc
install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
}
-
+
EXTRA_OEMAKE='STRIP=""'
SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1"
+ file://signedchar.patch;patch=1"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \
file://xwc.patch;patch=1 \
- file://signedchar.patch;patch=1"
+ file://signedchar.patch;patch=1"
PR = "r0"
inherit autotools update-alternatives
rmdir ${D}/sbin
install -d "${D}${sysconfdir}/init.d"
install -d "${D}${sysconfdir}/samba/private"
-
+
install -c -m 755 ${WORKDIR}/init-essential ${D}${sysconfdir}/init.d/samba
-
- install -d "${D}${sysconfdir}/samba"
- install -d "${D}/usr/share/samba/help"
-
+
+ install -d "${D}${sysconfdir}/samba"
+ install -d "${D}/usr/share/samba/help"
+
install -m 0644 ${WORKDIR}/smb-essential-inactive.conf "${D}${sysconfdir}/samba/"
install -m 0644 ${WORKDIR}/smb-essential.conf "${D}${sysconfdir}/samba/smb.conf"
install -m 0644 ${WORKDIR}/Managing-Samba.txt ${D}/usr/share/samba/help
-
+
}
do_configure_append() {
distro_up="`echo "${DISTRO}" | awk '{printf("%s\n",toupper($0))}'`"
-
+
cat ${WORKDIR}/smb-essential-inactive.conf | sed "s/MYWORKGROUP/${distro_up}/" > ${WORKDIR}/smb-essential-inactive.conf_
- mv ${WORKDIR}/smb-essential-inactive.conf_ ${WORKDIR}/smb-essential-inactive.conf
+ mv ${WORKDIR}/smb-essential-inactive.conf_ ${WORKDIR}/smb-essential-inactive.conf
cat ${WORKDIR}/smb-essential.conf | sed "s/MYWORKGROUP/${distro_up}/" > ${WORKDIR}/smb-essential.conf_
- mv ${WORKDIR}/smb-essential.conf_ ${WORKDIR}/smb-essential.conf
+ mv ${WORKDIR}/smb-essential.conf_ ${WORKDIR}/smb-essential.conf
}
FILES_${PN} = "${bindir}/smbpasswd \
file://Makefile.in.patch;patch=1 \
file://saned.xinetd \
"
-
+
EXTRA_OECONF = "--disable-translations"
inherit autotools
SRC_URI = "svn://stage.maemo.org/svn/maemo/projects/haf/trunk/;module=sapwood;proto=https \
file://sockets.patch;patch=1 \
- "
+ "
S = "${WORKDIR}/${PN}"
HOMEPAGE = "http://schrodinger.sourceforge.net/"
-LICENSE = "MPL/GPL/LGPL and MIT"
+LICENSE = "MPL/GPL/LGPL and MIT"
DEPENDS = "liboil gstreamer gst-plugins-base"
SRC_URI = "${SOURCEFORGE_MIRROR}/schrodinger/${P}.tar.gz"
SRC_URI = "${DEBIAN_MIRROR}/main/s/scsi-idle/scsi-idle_${PV}-5.tar.gz \
file://makefile.patch;patch=1 \
- file://scsi-idle.init.patch;patch=1"
+ file://scsi-idle.init.patch;patch=1"
S = "${WORKDIR}/scsi-idle-${PV}"
-require scummvm.inc
+require scummvm.inc
DEPENDS = "libsdl-qpe libmad tremor libogg zlib libmpeg2"
S="${WORKDIR}/scummvm-${PV}/"
file://tremor.patch;patch=1 \
file://mouse.patch;patch=1 "
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--host=${HOST_SYS} \
--backend=sdl \
install -d ${D}${bindir}
install -m 0755 testcore ${D}${bindir}/testcore
install -m 0755 atitest ${D}${bindir}/atitest
-
+
install -d ${D}${libdir}
install -m 0755 libaticore.so.1.0.1 ${D}${libdir}/libaticore.so.1.0.1
-
+
install -d ${D}${includedir}
install -m 0644 aticore.h ${D}${includedir}/aticore.h
install -d ${D}${palmtopdir}/bin/
install -d ${D}${palmtopdir}/etc/
install -d ${D}${palmtopdir}/pics/
-
+
install -d ${D}/opt/QtPalmtop.compat/bin
install -d ${D}/opt/QtPalmtop.compat/binlib
install -d ${D}/opt/QtPalmtop.compat/lib
-
+
install -d ${D}${sysconfdir}/init.d
-
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/apps/Settings/makecompat.desktop ${D}${palmtopdir}/apps/Settings
+
+ install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/apps/Settings/makecompat.desktop ${D}${palmtopdir}/apps/Settings
install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/etc/quickexec.libs ${D}${palmtopdir}/etc/quickexec.libs
install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/pics/libraries.png ${D}${palmtopdir}/pics/libraries.png
-
+
install -m 0755 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/* ${D}/opt/QtPalmtop.compat/bin
install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/lib/* ${D}/opt/QtPalmtop.compat/lib
-
+
install -m 0755 ${WORKDIR}/oz-compat-0.5/etc/init.d/quickexec ${D}${sysconfdir}/init.d
-
+
cd ${D}${palmtopdir}/bin
for file in chkhinge makecompat qeserver quickexec runcompat
do
ln -s /opt/QtPalmtop.compat/bin/$file
done
-
+
cd ${D}/opt/QtPalmtop.compat/lib
ln -s libqpe.so.1.5.0 libqpe.so.1.5
ln -s libqpe.so.1.5.0 libqpe.so.1
ln -s libqpe.so.1.5.0 libqpe.so
-
+
ln -s libqte.so.2.3.7 libqte.so.2.3.2
- ln -s libqte.so.2.3.7 libqte.so.2.3
+ ln -s libqte.so.2.3.7 libqte.so.2.3
ln -s libqte.so.2.3.7 libqte.so.2
ln -s libqte.so.2.3.7 libqte.so
-
-
+
+
}
pkg_postinst() {
${D}${sysconfdir}/default \
${D}${base_sbindir} \
${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/block/
-
+
install -m 0755 ${WORKDIR}/sdmgr ${D}${base_sbindir}/
install -m 0755 ${WORKDIR}/sdcontrol ${D}${sysconfdir}
install -m 0755 ${WORKDIR}/sd ${D}${sysconfdir}/init.d/
install -d ${D}${palmtopdir}/bin \
${D}${palmtopdir}/apps/Applications \
${D}${palmtopdir}/pics
- cp -pPR ../apps ../bin ../pics ${D}${palmtopdir}/
+ cp -pPR ../apps ../bin ../pics ${D}${palmtopdir}/
}
do_compile() {
cp ${WORKDIR}/*.h ${WORKDIR}/*.c .
- ${CC} -I. -o genboot gen_boot.c
+ ${CC} -I. -o genboot gen_boot.c
}
do_stage() {
SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://Makefile.patch;patch=1"
-inherit autotools
+inherit autotools
acpaths = "-I ${S}/autoconf"
EXTRA_OECONF="--enable-warnings"
${D}${base_sbindir} \
${D}/initrd \
${D}/boot
-
+
# linuxrc
rm -f ${D}/linuxrc
ln -s boot/flash ${D}/linuxrc
#
# Init scripts
install -m 0644 functions ${D}${sysconfdir}/default
- install -m 0644 modulefunctions ${D}${sysconfdir}/default
+ install -m 0644 modulefunctions ${D}${sysconfdir}/default
for s in ${INITSCRIPTS}
do
install -m 0755 initscripts/$s ${D}${sysconfdir}/init.d/
file://compile.patch;patch=1"
S = "${WORKDIR}/smpeg"
-inherit autotools
+inherit autotools
CFLAGS_append = " -I${STAGING_INCDIR}/SDL"
EXTRA_OECONF = "--disable-gtktest --disable-opengl-player --without-x \
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
-
+
do_stage() {
autotools_stage_all
}
DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
It converts audio files among various standard audio file formats \
-and can apply different effects and filters to the audio data."
+and can apply different effects and filters to the audio data."
LICENSE="GPL"
HOMEPAGE="http://sox.sourceforge.net"
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
oe_runmake 'KERNELDIR=${STAGING_KERNEL_DIR}' \
'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
+ 'LD=${KERNEL_LD}'
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media
}
}
pkg_postrm () {
- update-alternatives --remove ${sbindir}/sendmail sendmail
+ update-alternatives --remove ${sbindir}/sendmail sendmail
}
PRIORITY = "optional"
DEPENDS = "virtual/libx11 startup-notification glib-2.0 libmatchbox"
-inherit gpe pkgconfig
+inherit gpe pkgconfig
#SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${P}.tar.gz"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
-inherit autotools
+inherit autotools
# FIXME: Add .desktop file for Opie/Qtopia
SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--without-clucene --without-curl"
require sylpheed-claws-extra-plugins.inc
SRC_URI = "http://www.sylpheed-claws.net/downloads/plugins/mailmbox-1.12.1.tar.gz"
-S = "${WORKDIR}/mailmbox-1.12.1"
+S = "${WORKDIR}/mailmbox-1.12.1"
mkdir -p m4
}
-inherit autotools
+inherit autotools
do_install_append() {
install -d ${D}${datadir}/applications
mkdir -p m4
}
-inherit autotools
+inherit autotools
do_install_append() {
install -d ${D}${datadir}/applications
SRC_URI = "${SOURCEFORGE_MIRROR}/synergy2/synergy-${PV}.tar.gz"
do_configure_prepend() {
- grep -l -- -Werror "${S}/"* | xargs sed -i 's:-Werror::'
+ grep -l -- -Werror "${S}/"* | xargs sed -i 's:-Werror::'
}
inherit autotools
S="${WORKDIR}/syslinux-${PV}"
-# If you really want to run syslinux, you need mtools. We just want the
+# If you really want to run syslinux, you need mtools. We just want the
# ldlinux.* stuff for now, so skip mtools-native
DEPENDS="nasm-native"
S="${WORKDIR}/syslinux-${PV}"
-# If you really want to run syslinux, you need mtools. We just want the
+# If you really want to run syslinux, you need mtools. We just want the
# ldlinux.* stuff for now, so skip mtools-native
DEPENDS="nasm-native"
inherit autotools qmake-base pkgconfig binconfig
do_configure() {
- echo running oe_runconf to get pkgconfig and binconfig files created
+ echo running oe_runconf to get pkgconfig and binconfig files created
oe_runconf
cd ${S}/bindings/c && rm -f Makefile* && qmake -project -o tag_c.pro -t lib && \
qmake -spec ${QMAKESPEC} -after CONFIG=console INCLUDEPATH+=${STAGING_INCDIR}/taglib LIBS+=-ltag
DISTRO_CORE_PACKAGE ?= "task-base-core-default"
#
-# task-base
+# task-base
#
RDEPENDS_task-base = "\
${DISTRO_CORE_PACKAGE} \
fuser \
setserial'
# Lets see if we can kill off hotplug...
-# ${HOTPLUG}
+# ${HOTPLUG}
# ${@bootstrap_modutils_rdepends(d)}
# Tosort
-# kernel-module-ipv6
+# kernel-module-ipv6
# kernel-module-nvrd
# kernel-module-mip6-mn
# kernel-module-tun
-# kernel-module-ide-disk
+# kernel-module-ide-disk
# kernel-module-ide-probe-mo
# kernel-module-loop
-# kernel-module-vfat
+# kernel-module-vfat
# kernel-module-ext2
-# kernel-module-sco
+# kernel-module-sco
# kernel-module-af_packet
-# kernel-module-ip-gre
-# kernel-module-ip-tables
+# kernel-module-ip-gre
+# kernel-module-ip-tables
# kernel-module-ipip
-# kernel-module-des
+# kernel-module-des
# kernel-module-md5
# kernel-module-8250
-# Should be DISTRO_EXTRA_RRECOMMENDS: lrzsz
+# Should be DISTRO_EXTRA_RRECOMMENDS: lrzsz
opie-rdesktop opie-wellenreiter opie-irc \
opie-mediaplayer2 \
qpdf2"
-# konqueror-embedded
+# konqueror-embedded
RDEPENDS_task-opie-extra-games = "opie-parashoot opie-mindbreaker opie-fifteen opie-tictac \
opie-tetrix"
#
# bitbake will fetch all needed python modules
#
-# toolchain:
+# toolchain:
# - gcc-symlinks will fetch gcc
# - binutils-symlinks will fetch binutils
# - glibc-utils REQ cpp
-#
+#
# problems:
# - binutils-symlinks conflict with busybox
# - glibc-dev conflict with libc-linux-headers-dev
-# - perl is so granulated that it is probably impossible
+# - perl is so granulated that it is probably impossible
# to find out which packages are needed
#
SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
file://tcpdump_configure_no_-O2.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--without-crypto"
DESCRIPTION = "teTeX is a complete (pdf)(La)TeX distribution for UNIX compatible systems"
-HOMEPAGE = "http://www.tug.org/tetex"
+HOMEPAGE = "http://www.tug.org/tetex"
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "tetex-native flex gd ncurses libpng t1lib virtual/libx11 libxau libxext libxt zlib"
PR = "r1"
SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \
- file://configure_in.patch;patch=1;pnum=0"
+ file://configure_in.patch;patch=1;pnum=0"
S = "${WORKDIR}/thcrut-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.."
# packs in PalmGear.
#
# Packs available on PalmGear: Pak1, Pak3, Pak8, Pak9, Pak10
-#
+#
# URL: http://palmgear.com/index.cfm?fuseaction=software.developer&userID=862314499
#
# I also got permission to distribute rest of levelpacks which was available
do_install () {
install -d ${D}${palmtopdir}/pics/
install -m 0644 ${S}/*.png ${D}${palmtopdir}/pics/
-
+
}
inherit opie
pkgpattern = "timezone-%s"
pkgdescription = "Timezone for %s"
- do_split_packages(d, root=bb.data.expand('${datadir}/zoneinfo/', d), file_regex=pkgregex, output_pattern=pkgpattern,
+ do_split_packages(d, root=bb.data.expand('${datadir}/zoneinfo/', d), file_regex=pkgregex, output_pattern=pkgpattern,
description=pkgdescription,allow_dirs=True )
}
file://m4.patch;patch=1 \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-screen=ncurses"
CFLAGS += "-DM_UNIX"
SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
PARALLEL_MAKE = ""
EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."
file://gtk-doc.m4 \
file://gtk-doc.make"
-inherit pkgconfig autotools
+inherit pkgconfig autotools
S = "${WORKDIR}/trunk"
do_configure_prepend() {
${libdir}/libcamel-lite*.a \
${libdir}/libcamel-lite*.la \
${libdir}/camel-lite-1.2/camel-providers/*.la \
- ${libdir}/camel-lite-1.2/camel-providers/*.a "
+ ${libdir}/camel-lite-1.2/camel-providers/*.a "
FILES_tinymail-camel-lite-dbg += "${libdir}/camel-lite-1.2/camel-providers/.debug"
pkg_postinst_totem() {
#!/bin/sh
-if [ -n "$D" ]; then exit 1; fi;
+if [ -n "$D" ]; then exit 1; fi;
SOURCE=`gconftool-2 --get-default-source`
GCONF_CONFIG_SOURCE=$SOURCE gconftool-2 --makefile-install-rule \
/etc/gconf/schemas/totem.schemas > /dev/null
pkg_postinst_totem() {
#!/bin/sh
-if [ -n "$D" ]; then exit 1; fi;
+if [ -n "$D" ]; then exit 1; fi;
SOURCE=`gconftool-2 --get-default-source`
GCONF_CONFIG_SOURCE=$SOURCE gconftool-2 --makefile-install-rule \
/etc/gconf/schemas/totem.schemas > /dev/null
LDFLAGS_append = " -shared"
do_compile () {
# build with local resolv.conf and dns over tcp support
- oe_runmake localtcp
+ oe_runmake localtcp
}
do_install () {
DEPENDS="gtk+ intltool-native"
-inherit autotools
+inherit autotools
EXTRA_OECONF=" --without-applet --without-ica"
${datadir}/pixmaps/tsclient/colors.png \
${datadir}/pixmaps/tsclient/keyboard.png \
${datadir}/pixmaps/tsclient/program.png \
- ${datadir}/pixmaps/tsclient/sound.png"
+ ${datadir}/pixmaps/tsclient/sound.png"
SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
-# People should consider using udev's /dev/input/touchscreen0 symlink
+# People should consider using udev's /dev/input/touchscreen0 symlink
# instead of detect-stylus
#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
RPROVIDES_tslib-conf = "libts-0.0-conf"
#
# License
-#
+#
# Gentium is released under the SIL Open Font License - please read it carefully
# and do not download the fonts unless you agree to the terms of the license:
-#
+#
# This Font Software is Copyright (c) 2003-2005, SIL International
# (http://scripts.sil.org/). All Rights Reserved.
-#
+#
# "Gentium" is a Reserved Font Name for this Font Software. "SIL" is a Reserved
# Font Name for this Font Software.
-#
+#
# This Font Software is licensed under the SIL Open Font License, Version 1.0. No
# modification of the license is permitted, only verbatim copy is allowed. This
# license is copied below, and is also available with a FAQ
# at:http://scripts.sil.org/OFL SIL OPEN FONT LICENSE
-#
-# Version 1.0 - 22 November 2005
+#
+# Version 1.0 - 22 November 2005
#
# PREAMBLE
-#
+#
# The goals of the Open Font License (OFL) are to stimulate worldwide development
# of cooperative font projects, to support the font creation efforts of academic
# and linguistic communities, and to provide an open framework in which fonts may
# be shared and improved in partnership with others.
-#
+#
# The OFL allows the licensed fonts to be used, studied, modified and
# redistributed freely as long as they are not sold by themselves. The fonts,
# including any derivative works, can be bundled, embedded, redistributed and
# sold with any software provided that the font names of derivative works are
# changed. The fonts and derivatives, however, cannot be released under any other
-# type of license.
+# type of license.
#
# DEFINITIONS
-#
+#
# "Font Software" refers to any and all of the following:
-#
+#
# * font files data files source code build scripts documentation
-#
+#
# "Reserved Font Name" refers to the Font Software name as seen by users and any
# other names as specified after the copyright statement.
-#
+#
# "Standard Version" refers to the collection of Font Software components as
# distributed by the Copyright Holder.
-#
+#
# "Modified Version" refers to any derivative font software made by adding to,
# deleting, or substituting -- in part or in whole -- any of the components of
# the Standard Version, by changing formats or by porting the Font Software to a
# new environment.
-#
+#
# "Author" refers to any designer, engineer, programmer, technical writer or
-# other person who contributed to the Font Software.
+# other person who contributed to the Font Software.
#
# PERMISSION & CONDITIONS
-#
+#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# the Font Software, to use, study, copy, merge, embed, modify, redistribute, and
# sell modified and unmodified copies of the Font Software, subject to the
# following conditions:
-#
+#
# 1) Neither the Font Software nor any of its individual components, in Standard
# or Modified Versions, may be sold by itself.
-#
+#
# 2) Standard or Modified Versions of the Font Software may be bundled,
# redistributed and sold with any software, provided that each copy contains the
# above copyright notice and this license. These can be included either as
# stand-alone text files, human-readable headers or in the appropriate
# machine-readable metadata fields within text or binary files as long as those
# fields can be easily viewed by the user.
-#
+#
# 3) No Modified Version of the Font Software may use the Reserved Font Name(s),
# in part or in whole, unless explicit written permission is granted by the
# Copyright Holder. This restriction applies to all references stored in the Font
# Software, such as the font menu name and other font description fields, which
# are used to differentiate the font from others.
-#
+#
# 4) The name(s) of the Copyright Holder or the Author(s) of the Font Software
# shall not be used to promote, endorse or advertise any Modified Version, except
# to acknowledge the contribution(s) of the Copyright Holder and the Author(s) or
# with their explicit written permission.
-#
+#
# 5) The Font Software, modified or unmodified, in part or in whole, must be
# distributed using this license, and may not be distributed under any other
-# license.
+# license.
#
# TERMINATION
-#
+#
# This license becomes null and void if any of the above conditions are not met.
#
# DISCLAIMER
-#
+#
# THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
SRC_URI = "http://rcdrummond.net/uae/e-uae-${PV}/e-uae-${PV}.tar.bz2 \
file://configure.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--with-hostcc=gcc --disable-ui --without-x \
--without-gtk --enable-jit --disable-natmem \
file://defconfig"
S = "${WORKDIR}/uClibc++"
-# uClibc++ runtime prefix directory (UCLIBCXX_RUNTIME_PREFIX) [/usr/$(TARGET_ARCH)-linux-uclibc] (NEW)
-# uClibc++ header file subdirectory (UCLIBCXX_RUNTIME_INCLUDE_SUBDIR) [/include] (NEW)
+# uClibc++ runtime prefix directory (UCLIBCXX_RUNTIME_PREFIX) [/usr/$(TARGET_ARCH)-linux-uclibc] (NEW)
+# uClibc++ header file subdirectory (UCLIBCXX_RUNTIME_INCLUDE_SUBDIR) [/include] (NEW)
# uClibc++ library subdirectory (UCLIBCXX_RUNTIME_LIB_SUBDIR) [/lib] (NEW)
-# uClibc++ application file subdirectory (UCLIBCXX_RUNTIME_BIN_SUBDIR) [/bin] (NEW)
+# uClibc++ application file subdirectory (UCLIBCXX_RUNTIME_BIN_SUBDIR) [/bin] (NEW)
do_unpack_real () {
bzcat uClibc++-${PV}.tbz2 | tar -xvf -
# UCLIBC_BASE should be the latest released revision of uclibc (that way
# the config files will typically be correct!) uclibc-cvs takes precedence
-# over uclibc-${UCLIBC_BASE}, if a config file in uclibc-cvs is out of date
+# over uclibc-${UCLIBC_BASE}, if a config file in uclibc-cvs is out of date
# try removing it
#
# UCLIBC_BASE can be set in a distro file, but whether this works depends
PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
-#recent versions uclibc require real kernel headers
+#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-cvs', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
}
pkg_postinst_append() {
-
+
# Add the root partition to mount.blacklist to avoid a bug in the auto-mounter,
# causing confusion with fsck on boot
-
+
while read dev mp fs junk
do
if test "$mp" = "/"
echo "$root_partition" >> /etc/udev/mount.blacklist
fi
done < /etc/fstab
-
+
}
}
pkg_postinst_append() {
-
+
# Add the root partition to mount.blacklist to avoid a bug in the auto-mounter,
# causing confusion with fsck on boot
-
+
while read dev mp fs junk
do
if test "$mp" = "/"
echo "$root_partition" >> /etc/udev/mount.blacklist
fi
done < /etc/fstab
-
+
}
}
pkg_postinst_append() {
-
+
# Add the root partition to mount.blacklist to avoid a bug in the auto-mounter,
# causing confusion with fsck on boot
-
+
while read dev mp fs junk
do
if test "$mp" = "/"
echo "$root_partition" >> /etc/udev/mount.blacklist
fi
done < /etc/fstab
-
+
}
SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz"
S = "${WORKDIR}/usbutils-${PV}"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--program-prefix="
sbindir = "/sbin"
SRC_URI = "cvs://anonymous@linux-usb.cvs.sourceforge.net/cvsroot/linux-usb;module=usbutils"
S = "${WORKDIR}/usbutils"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--program-prefix="
sbindir = "/sbin"
install ${WORKDIR}/make_include ${S}/make_include
install ${WORKDIR}/swapargs.h ${S}/mount/swapargs.h
install ${WORKDIR}/defines.h ${S}/defines.h
- oe_runmake
+ oe_runmake
}
do_stage () {
FILES_${PN} += "/opt"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
-
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+
cd ${WORKDIR}
files=`find . -name "*.qpf"`
- for i in $files; do
+ for i in $files; do
install -m 644 $i ${D}${palmqtdir}/lib/fonts/
- done
-}
+ done
+}
pkg_postinst () {
#!/bin/sh
SRC_URI = "http://openzaurus.org/mirror/vera-qpf_1.10-3.tar.gz"
S = "${WORKDIR}/vera-qpf"
-do_install () {
- install -d ${D}${palmqtdir}/lib/fonts/
- for i in *.qpf; do
- install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
- done
-}
+do_install () {
+ install -d ${D}${palmqtdir}/lib/fonts/
+ for i in *.qpf; do
+ install -m 644 $i ${D}${palmqtdir}/lib/fonts/${i}
+ done
+}
pkg_postinst () {
#!/bin/sh
PR = "r3"
RDEPENDS = "fontconfig-utils"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
-do_install () {
- install -d ${D}${prefix}/share/fonts/ttf/
- for i in *.ttf; do
- install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i}
- done
+do_install () {
+ install -d ${D}${prefix}/share/fonts/ttf/
+ for i in *.ttf; do
+ install -m 644 $i ${D}${prefix}/share/fonts/ttf/${i}
+ done
# fontconfig ships this too. not sure what to do about it.
- #install -d ${D}${sysconfdir}/fonts
- #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf
+ #install -d ${D}${sysconfdir}/fonts
+ #install -m 644 local.conf ${D}${sysconfdir}/fonts/local.conf
- install -d ${D}${prefix}/share/doc/${PN}/
- for i in *.TXT; do
- install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i
- done
-}
+ install -d ${D}${prefix}/share/doc/${PN}/
+ for i in *.TXT; do
+ install -m 644 $i ${D}${prefix}/share/doc/${PN}/$i
+ done
+}
pkg_postinst () {
#!/bin/sh
libtoolize --force
gnu-configize
oe_runconf
-}
+}
install -d ${D}/etc/init.d
install -d ${D}/etc/rcS.d
install -d ${D}/etc/rc5.d
-
+
install -m 0644 ${WORKDIR}/*.raw.gz ${D}/usr/share/visual-boot
install -m 0755 ${WORKDIR}/visual-boot.init ${D}/etc/init.d/visual-boot
-
+
# We can not use update-rc.d to enable visual-boot right after flashing
ln -s /etc/init.d/visual-boot ${D}/etc/rcS.d/S34visual-boot-mountall
ln -s /etc/init.d/visual-boot ${D}/etc/rcS.d/S39visual-boot-networking
- ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S19visual-boot-apm
- ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S22visual-boot-bt
+ ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S19visual-boot-apm
+ ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S22visual-boot-bt
ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S98visual-boot-x11
- ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S99visual-boot-zaurusd
-
+ ln -s /etc/init.d/visual-boot ${D}/etc/rc5.d/S99visual-boot-zaurusd
+
}
install -d ${D}/usr/bin/
install -m 0755 vncviewer/vncviewer ${D}/usr/bin/vncviewer
}
-
+
SRC_URI = "http://www.vorbis.com/files/${PV}/unix/vorbis-tools-${PV}.tar.gz \
file://m4.patch;patch=1"
-inherit autotools
+inherit autotools
EXTRA_OECONF = "--without-flac --without-speex \
--with-ogg-libraries=${STAGING_LIBDIR}/ \
# The unslung kernel does not support ipv6
EXTRA_OECONF_unslung = "--without-ssl"
-# SlugOS kernels do not support ipv6. Can be loaded as a module.
+# SlugOS kernels do not support ipv6. Can be loaded as a module.
EXTRA_OECONF_slugos = "--without-ssl"
do_configure () {
# Listen closely... sssshhh... can you hear the wlan-ng build system suck?
rm -f ${KERNEL_SOURCE}/../config.mk
- rm -f ${KERNEL_SOURCE}/../../config.mk
+ rm -f ${KERNEL_SOURCE}/../../config.mk
}
FILES_${PN} = "/lib"
do_configure () {
install -m 0755 ${WORKDIR}/defconfig-gnutls .config
-
+
if [ "x$HAS_PCI" == "x1" ] ; then
echo "CONFIG_DRIVER_MADWIFI=y" >> .config
echo "CFLAGS += -I${STAGING_INCDIR}/madwifi-ng" >> .config
install -d ${D}${sysconfdir}/rcS.d \
${D}${sysconfdir}/rc2.d \
${D}${sysconfdir}/init.d
-
+
install -m 0755 ${WORKDIR}/mount ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/wrtboot ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/wrtvlans ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/finished ${D}${sysconfdir}/init.d
-
+
ln -s ../init.d/mount ${D}${sysconfdir}/rcS.d/S05mount
ln -s ../init.d/wrtboot ${D}${sysconfdir}/rcS.d/S10wrtboot
ln -s ../init.d/wrtvlans ${D}${sysconfdir}/rcS.d/S30wrtvlans
do_compile() {
make -C libshared TARGET_CC="${CC}"
make -C libnvram TARGET_CC="${CC}"
-
+
${CC} ${CFLAGS} -Iinclude -o wlc wlc.c -L./libshared -lshared
${CC} ${CFLAGS} -o jffs2root jffs2root.c
${CC} ${CFLAGS} -o mtd mtd.c
-
+
make -C ../linksys-wlconf TOP=${S} SRCBASE=${S} LDFLAGS="-L${S}/libnvram -lnvram -L${S}/libshared -lshared"
${KERNEL_CC} -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \
install -m 644 libshared/libshared.so ${D}/${libdir}
install -m 755 libnvram/nvram ${D}/usr/sbin/
install -m 644 libnvram/libnvram.so ${D}/${libdir}
-
+
install -m 755 wlc ${D}/usr/sbin/
install -m 755 jffs2root ${D}/sbin/
install -m 755 mtd ${D}/sbin/
-
+
install -m 755 ../linksys-wlconf/wlconf ${D}/usr/sbin/
install -m 644 wlcompat.o ${D}/lib/modules/${KERNEL_VERSION}/
}
EXTRA_OECONF = "--enable-largefile"
-LEAD_SONAME = "libwx_base-2.6.so*"
+LEAD_SONAME = "libwx_base-2.6.so*"
do_configure() {
oe_runconf
do_stage() {
install -d ${STAGING_INCDIR}/wx-2.6/wx
- cp -pR include/wx ${STAGING_INCDIR}/wx-2.6
+ cp -pR include/wx ${STAGING_INCDIR}/wx-2.6
cp -pR lib/libwx* ${STAGING_LIBDIR}
cp -pR lib/wx ${STAGING_LIBDIR}
cp -pR build/bakefiles/wxpresets/presets ${STAGING_DATADIR}/bakefile
- cp -pR wxwin.m4 ${STAGING_DATADIR}/aclocal
+ cp -pR wxwin.m4 ${STAGING_DATADIR}/aclocal
ln -sf ${STAGING_LIBDIR}/wx/config/${TARGET_PREFIX}base-ansi-release-2.6 ${STAGING_BINDIR_CROSS}/wx-config
sed -e s,'wxconfdir=".*"','wxconfigdir="${STAGING_LIBDIR}/wx/config"', \
-e s,'bindir=".*"','bindir="${STAGING_BINDIR}"', \
-e s,'libdir=".*"','libdir="${STAGING_LIBDIR}"', \
-e s,'includedir=".*"','includedir="${STAGING_INCDIR}"', \
- -i ${STAGING_LIBDIR}/wx/config/${TARGET_PREFIX}base-ansi-release-2.6
+ -i ${STAGING_LIBDIR}/wx/config/${TARGET_PREFIX}base-ansi-release-2.6
}
FILES_${PN} += " \
EXTRA_OECONF = "--disable-gui --enable-largefile"
-LEAD_SONAME = "libwx_base-2.7*"
+LEAD_SONAME = "libwx_base-2.7*"
do_configure() {
oe_runconf
do_stage() {
install -d ${STAGING_INCDIR}/wx-2.7/wx
- cp -pR include/wx ${STAGING_INCDIR}/wx-2.7
+ cp -pR include/wx ${STAGING_INCDIR}/wx-2.7
cp -pR lib/libwx* ${STAGING_LIBDIR}
cp -pR lib/wx ${STAGING_LIBDIR}
cp -pR build/bakefiles/wxpresets/presets ${STAGING_DATADIR}/bakefile
ln -sf ${libdir}/wx/config/${TARGET_PREFIX}base-ansi-release-2.7 ${D}${bindir}/wx-config
install -d ${D}${docdir}/${PN}-${PV}
install -m 644 -p docs/*.txt ${D}${docdir}/${PN}-${PV}
- install -m 644 -p docs/*.htm ${D}${docdir}/${PN}-${PV}
+ install -m 644 -p docs/*.htm ${D}${docdir}/${PN}-${PV}
}
file://xextproto.patch;patch=1"
S = "${WORKDIR}/XCalibrate"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
file://xextproto.patch;patch=1"
S = "${WORKDIR}/XCalibrate"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
do_stage() {
autotools_stage_all
SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xcompmgr"
S = "${WORKDIR}/xcompmgr"
-inherit autotools
+inherit autotools
inherit xfce
-# No ${PN} for this one
+# No ${PN} for this one
PACKAGES=""
PACKAGES_DYNAMIC = "xfwm4-theme-*"
do_configure() {
sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
-
- oe_runconf
+
+ oe_runconf
}
do_stage() {
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/font/font-util-${PV}.tar.gz"
-inherit native autotools pkgconfig
+inherit native autotools pkgconfig
SRC_URI = "${XORG_MIRROR}/X11R7.1/src/font/font-util-${PV}.tar.gz"
-inherit native autotools pkgconfig
+inherit native autotools pkgconfig
do_compile() {
(
unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
- cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} makekeys.c -o makekeys
+ cd src/util; touch makekeys-makekeys.o ; ${BUILD_CC} makekeys.c -o makekeys
) || exit 1
rm -f ${STAGING_INCDIR}/X11/Xlib.h
oe_runmake
S = "${WORKDIR}/xserver"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--enable-composite --disable-xinerama --enable-xomapserver \
--enable-xsp --disable-xlocale --disable-rpath --prefix=/usr"
S = "${WORKDIR}/xorg-server-X11R7.1-1.1.0"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
ARM_INSTRUCTION_SET = "arm"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
W100_OECONF = "--disable-w100"
W100_OECONF_arm = "--enable-w100"
#general config
echo "#define BuildServersOnly YES" > config/cf/host.def
echo "#define ProjectRoot /usr" >> config/cf/host.def
-
+
# do not build these XServers
echo "#define XnestServer NO" >> config/cf/host.def
echo "#define XdmxServer NO" >> config/cf/host.def
-
+
# build commands
echo "#define CcCmd ${CC}" >> config/cf/host.def
echo "#define CplusplusCmd ${CXX}" >> config/cf/host.def
echo "#define LdCmd ${LD}" >> config/cf/host.def
-
+
# Qt defines
echo "#define QtCmnDefs -fno-exceptions -fno-rtti" >> config/cf/host.def
echo "#define QtDir ${QTDIR}" >> config/cf/host.def
echo "#define QtLibs -lqpe -lqte -lm -lpng -ljpeg -lts -lsupc++" >> config/cf/host.def
echo "#define MocBin ${STAGING_BINDIR_NATIVE}/moc" >> config/cf/host.def
echo "#define QtDefs -DQWS -DOPIE_NEW_MALLOC -DOPIE_NO_ERASE_RECT_HACKFIX QtCmnDefs" >> config/cf/host.def
-
+
# Build these XServers
echo "#define XqtXServer YES" >> config/cf/host.def
echo "#define XF86Server NO" >> config/cf/host.def
echo "#define TinyXServer YES" >> config/cf/host.def
echo "#define KDriveXServer YES" >> config/cf/host.def
echo "#define KdriveServerExtraDefines -DDDXOSFATALERROR -DDDXOSVERRORF" >> config/cf/host.def
-
+
# General Config
echo "#define SystemUsrIncDir ${STAGING_INCDIR}" >> config/cf/host.def
echo "#define IncRoot ${STAGING_INCDIR}" >> config/cf/host.def
echo "#define LdPostLib -L${STAGING_LIBDIR}" >> config/cf/host.def
-
+
echo "#undef BuildRandR " >> config/cf/host.def
echo "#define BuildRandR YES" >> config/cf/host.def
echo "#define BuildLBX YES" >> config/cf/host.def
-
+
# change standard defines
if [ ${TARGET_ARCH} == "arm" ]; then
echo "#define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE" >> config/cf/host.def
do_install() {
make -C programs/Xserver DESTDIR="${D}" CC="${CC}" LD="${LD}" CC_STAGING="-I${STAGING_INCDIR}" LD_STAGING="-L${STAGING_LIBDIR}" INSTALLED_LIBS="" install
make -C lib/font DESTDIR="${D}" CC="${CC}" LD="${LD}" CC_STAGING="-I${STAGING_INCDIR}" LD_STAGING="-L${STAGING_LIBDIR}" INSTALLED_LIBS="" install
-
+
install -d ${D}${palmtopdir}/apps/Applications
install -d ${D}${palmtopdir}/pics/Xqt
-
+
install -m 0644 programs/Xserver/hw/xqt/Xqt.png ${D}${palmtopdir}/pics/Xqt
- install -m 0644 IPKG/Xqt.desktop ${D}${palmtopdir}/apps/Applications
+ install -m 0644 IPKG/Xqt.desktop ${D}${palmtopdir}/apps/Applications
}
do_stage() {
#general config
echo "#define BuildServersOnly YES" > config/cf/host.def
echo "#define ProjectRoot /usr" >> config/cf/host.def
-
+
# do not build these XServers
echo "#define XnestServer NO" >> config/cf/host.def
echo "#define XdmxServer NO" >> config/cf/host.def
-
+
# build commands
echo "#define CcCmd ${CC}" >> config/cf/host.def
echo "#define CplusplusCmd ${CXX}" >> config/cf/host.def
echo "#define LdCmd ${LD}" >> config/cf/host.def
-
+
# Qt defines
echo "#define QtCmnDefs -fno-exceptions -fno-rtti" >> config/cf/host.def
echo "#define QtDir ${QTDIR}" >> config/cf/host.def
echo "#define QtLibs -lqpe -l${QT_LIBRARY} -lm -lpng -ljpeg -lts -lsupc++" >> config/cf/host.def
echo "#define MocBin ${STAGING_BINDIR_NATIVE}/moc" >> config/cf/host.def
echo "#define QtDefs -DQWS -DOPIE_NEW_MALLOC -DOPIE_NO_ERASE_RECT_HACKFIX QtCmnDefs" >> config/cf/host.def
-
+
# Build these XServers
echo "#define XqtXServer YES" >> config/cf/host.def
echo "#define XF86Server NO" >> config/cf/host.def
echo "#define TinyXServer YES" >> config/cf/host.def
echo "#define KDriveXServer YES" >> config/cf/host.def
echo "#define KdriveServerExtraDefines -DDDXOSFATALERROR -DDDXOSVERRORF" >> config/cf/host.def
-
+
# General Config
echo "#define SystemUsrIncDir ${STAGING_INCDIR}" >> config/cf/host.def
echo "#define IncRoot ${STAGING_INCDIR}" >> config/cf/host.def
echo "#define LdPostLib -L${STAGING_LIBDIR}" >> config/cf/host.def
-
+
echo "#undef BuildRandR " >> config/cf/host.def
echo "#define BuildRandR YES" >> config/cf/host.def
echo "#define BuildLBX YES" >> config/cf/host.def
-
+
# change standard defines
if [ ${TARGET_ARCH} == "arm" ]; then
echo "#define StandardDefines -Dlinux -D__arm__ -D_POSIX_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE" >> config/cf/host.def
export INTLTOOL_PERL="/usr/bin/env perl"
EXTRA_OECONF="--with-xml --with-gtk --disable-locking --without-pixbuf \
- --with-jpeg --with-xpm"
+ --with-jpeg --with-xpm"
PACKAGES =+ " xscreensaver-demo xscreensaver-extra"
export INTLTOOL_PERL="/usr/bin/env perl"
EXTRA_OECONF="--with-xml --with-gtk --disable-locking --without-pixbuf \
- --with-jpeg --with-xpm"
+ --with-jpeg --with-xpm"
PACKAGES =+ " xscreensaver-demo xscreensaver-extra"
SRC_URI = "file://scrnsaver.h"
-do_stage() {
- install -m 0644 ${WORKDIR}/scrnsaver.h ${STAGING_INCDIR}/X11/extensions/
+do_stage() {
+ install -m 0644 ${WORKDIR}/scrnsaver.h ${STAGING_INCDIR}/X11/extensions/
}
SRC_URI = "http://www.oesources.org/source/current/xstroke-0.6.tar.gz \
file://auto-disable.patch;patch=1;pnum=0"
-inherit autotools pkgconfig
+inherit autotools pkgconfig
DESCRIPTION = "Zauralign - a game for one player. The player has to align pieces to remove them from the \
-board fighting against new pieces which appear after each move."
+board fighting against new pieces which appear after each move."
SECTION = "opie/games"
PRIORITY = "optional"
LICENSE = "GPL"
file://zaurus-hinge.in \
file://add-poodle.patch;patch=1 \
file://zaurus-hinge.matchbox-portrait \
- file://zaurus-hinge.matchbox-landscape"
-
+ file://zaurus-hinge.matchbox-landscape"
+
S = "${WORKDIR}/${PN}"
install -d "${D}/etc/zaurusd/hinge-landscape.d"
install -d "${D}/etc/zaurusd/hinge-portrait.d"
install -d "${D}/etc/zaurusd/hinge-close.d"
-
+
install -m 0755 "${WORKDIR}/zaurus-hinge.matchbox-landscape" "${D}/etc/zaurusd/hinge-landscape.d/20-matchbox-landscape"
install -m 0755 "${WORKDIR}/zaurus-hinge.matchbox-portrait" "${D}/etc/zaurusd/hinge-portrait.d/20-matchbox-portrait"
}
SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
file://makefile.patch;patch=1 \
- "
+ "
SRC_URI_unslung = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
file://makefile-unslung.patch;patch=1 \
'KDIR=${STAGING_KERNEL_DIR}' \
'KERNEL_VERSION=${KERNEL_VERSION}' \
'CC=${KERNEL_CC}' \
- 'LD=${KERNEL_LD}'
+ 'LD=${KERNEL_LD}'
}
-do_install() {
+do_install() {
install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
install -m 0644 ${S}/zd1211*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
}
do_install() {
- cd "${WORKDIR}/${PN}_${PV}/zshopi"
+ cd "${WORKDIR}/${PN}_${PV}/zshopi"
opie-lrelease zshopi.de.ts
-
- install -d ${D}${palmtopdir}/i18n/de
+
+ install -d ${D}${palmtopdir}/i18n/de
install -d ${D}${palmtopdir}/pics/
- install -m 0644 ${WORKDIR}/zshopi.png ${D}${palmtopdir}/pics/
+ install -m 0644 ${WORKDIR}/zshopi.png ${D}${palmtopdir}/pics/
install -m 0644 ${WORKDIR}/${PN}_${PV}/zshopi/zshopi.de.qm ${D}${palmtopdir}/i18n/de/zshopi.qm
}