summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/aircrack/aircrack_2.41.bb4
-rw-r--r--packages/base-files/base-files_3.0.14.bb4
-rw-r--r--packages/espgs/espgs_8.15.3.bb45
-rw-r--r--packages/maemo/gconf-osso/configure-dbus.patch11
-rw-r--r--packages/maemo/gconf-osso_2.6.4-3.1osso13.bb3
-rw-r--r--packages/rfakeap/.mtn2git_empty0
-rw-r--r--packages/rfakeap/rfakeap_0.2.bb23
7 files changed, 85 insertions, 5 deletions
diff --git a/packages/aircrack/aircrack_2.41.bb b/packages/aircrack/aircrack_2.41.bb
index 3e4d2a9b31..32f0bc864c 100644
--- a/packages/aircrack/aircrack_2.41.bb
+++ b/packages/aircrack/aircrack_2.41.bb
@@ -3,9 +3,9 @@ DESCRIPTION = "Aircrack is a set of tools for wep key statistical cracking"
HOMEPAGE = "http://www.cr0.net:8040/code/network/aircrack/"
LICENSE = "GPLv2"
DEPENDS = ""
-PR="r0"
+PR="r1"
-SRC_URI = "http://distfiles.gentoo.org/distfiles/${P}.tgz \
+SRC_URI = "http://www.wirelessdefence.org/Contents/Files/${P}.tgz \
file://oe.patch;patch=1;pnum=1"
inherit autotools
diff --git a/packages/base-files/base-files_3.0.14.bb b/packages/base-files/base-files_3.0.14.bb
index d0b2a320df..db06b92471 100644
--- a/packages/base-files/base-files_3.0.14.bb
+++ b/packages/base-files/base-files_3.0.14.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Miscellaneous files for the base system."
SECTION = "base"
PRIORITY = "required"
-PR = "r60"
+PR = "r61"
LICENSE = "GPL"
SRC_URI = " \
@@ -136,7 +136,7 @@ do_install_append_netbook-pro () {
}
PACKAGES = "${PN}-doc ${PN}"
-FILES_${PN} = "/"
+FILES_${PN} = "/*"
FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
# M&N specific packaging
diff --git a/packages/espgs/espgs_8.15.3.bb b/packages/espgs/espgs_8.15.3.bb
new file mode 100644
index 0000000000..50f2ca2d36
--- /dev/null
+++ b/packages/espgs/espgs_8.15.3.bb
@@ -0,0 +1,45 @@
+DESCRIPTION = "ESP Ghostscript is an up-to-date GNU Ghostscript distribution \
+including bug fixes, new drivers, and additional support for CUPS."
+HOMEPAGE = "http://www.cups.org/espgs/"
+SECTION = "libs"
+DEPENDS = "jpeg zlib libpng fontconfig"
+LICENSE = "GPL"
+
+SRC_URI = "http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/${PV}/espgs-${PV}-source.tar.bz2"
+S = "${WORKDIR}/espgs-${PV}"
+
+PARALLEL_MAKE = ""
+
+inherit autotools
+
+PACKAGES += "espgs-examples espgs-resources"
+
+# I added the lib dir to the central package, since espgs complained of a missing file when run.
+# If I find exactly which files are needed for operation, I'll just add those, and split the package.
+
+FILES_${PN} += "${datadir}/ghostscript/8.15/lib/*"
+FILES_${PN}-doc += "${datadir}/ghostscript/8.15/doc/*"
+FILES_${PN}-examples += "${datadir}/ghostscript/8.15/examples/*"
+FILES_${PN}-resources += "${datadir}/ghostscript/8.15/Resource/*"
+
+EXTRA_OECONF = "--with-drivers= \
+ --disable-cups \
+ --disable-gtk \
+ --without-ijs \
+ --without-gimp-print \
+ --without-x \
+ --without-omni"
+
+do_compile() {
+ oe_runmake CCAUX="${BUILD_CC}"
+}
+
+do_install () {
+ oe_runmake 'prefix=${D}${prefix}' \
+ 'bindir=${D}${bindir}' \
+ 'datadir=${D}${datadir}' \
+ 'gsdir=${D}${datadir}/ghostscript' \
+ 'gsdatadir=${D}${datadir}/ghostscript/8.15' \
+ 'mandir=${D}${mandir}' \
+ 'docdir=${D}${datadir}/doc/espgs/' install
+}
diff --git a/packages/maemo/gconf-osso/configure-dbus.patch b/packages/maemo/gconf-osso/configure-dbus.patch
new file mode 100644
index 0000000000..dfba0763c9
--- /dev/null
+++ b/packages/maemo/gconf-osso/configure-dbus.patch
@@ -0,0 +1,11 @@
+--- GConf-2.6.4/configure.in.orig 2007-03-03 18:30:35.000000000 +0000
++++ GConf-2.6.4/configure.in 2007-03-03 18:30:50.000000000 +0000
+@@ -186,7 +186,7 @@
+
+ AC_ARG_WITH(ipc, [ --with-ipc=[orbit/dbus/both] choose ipc mechanism to use in the daemon, [default=dbus]], with_ipc="$withval", with_ipc=dbus)
+
+-if test x$with_ipc = xorbit -o x$with_ipc = xboth; then
++if test x$with_ipc = xorbit -o x$with_ipc = xboth -o x$with_ipc = xdbus; then
+ PKG_CHECK_MODULES(GCONF_ORBIT, ORBit-2.0 >= 2.4.0 linc >= 0.5.0, have_orbit=yes, have_orbit=no)
+ if test x$have_orbit = xno ; then
+ AC_MSG_WARN([ORBit development libraries not found])
diff --git a/packages/maemo/gconf-osso_2.6.4-3.1osso13.bb b/packages/maemo/gconf-osso_2.6.4-3.1osso13.bb
index 72ddfb5613..6c3902f21f 100644
--- a/packages/maemo/gconf-osso_2.6.4-3.1osso13.bb
+++ b/packages/maemo/gconf-osso_2.6.4-3.1osso13.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
PROVIDES = "gconf"
RPROVIDES = "gconf"
-PR = "r3"
+PR = "r4"
DEFAULT_PREFERENCE = "-1"
@@ -14,6 +14,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/g/gconf2/gconf2_${
file://free-entry-fix.diff;patch=1 \
file://no-po-no-examples.diff;patch=1 \
file://service-file.diff;patch=1 \
+ file://configure-dbus.patch;patch=1 \
file://gconf-daemon-dbus-oe.sh \
file://gconf-daemon-oe.sh"
diff --git a/packages/rfakeap/.mtn2git_empty b/packages/rfakeap/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/rfakeap/.mtn2git_empty
diff --git a/packages/rfakeap/rfakeap_0.2.bb b/packages/rfakeap/rfakeap_0.2.bb
new file mode 100644
index 0000000000..1854e20286
--- /dev/null
+++ b/packages/rfakeap/rfakeap_0.2.bb
@@ -0,0 +1,23 @@
+SECTION = "console/network"
+DESCRIPTION = "Raw Fake AP"
+HOMEPAGE = "http://rfakeap.tuxfamily.org/"
+LICENSE = "GPLv2"
+MAINTAINER = "Zero_Chaos <sidhayn@hotmail.com>"
+DEPENDS = "libpcap"
+PV="0.2"
+PR="r1"
+
+SRC_URI = "http://rfakeap.tuxfamily.org/rfakeap-0.2.tar.gz"
+
+#EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -O3'"
+
+oe_compile() {
+ oe_runmake CC="${CC}" CXX="${CXX}" CFLAGS="-O3 ${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LD="${LD}" LDFLAGS="${LDFLAGS}"
+}
+
+do_install() {
+ install -d ${D}/${sbindir}
+ install -d ${D}/${sysconfdir}
+ install -m 0755 ${WORKDIR}/${PN}-${PV}/rfakeap ${D}/${sbindir}
+# install -m 0644 ap_manuf ${D}/${sysconfdir}
+}