From 28339729aa7dbd39976a07d89dda824eb327dcc0 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Thu, 28 Oct 2010 19:37:07 +0200 Subject: Initial push --- net-wireless/tiwlan-wl1271/Manifest | 4 ++ net-wireless/tiwlan-wl1271/metadata.xml | 8 ++++ .../tiwlan-wl1271/tiwlan-wl1271-0.24.9.ebuild | 54 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 net-wireless/tiwlan-wl1271/Manifest create mode 100644 net-wireless/tiwlan-wl1271/metadata.xml create mode 100644 net-wireless/tiwlan-wl1271/tiwlan-wl1271-0.24.9.ebuild (limited to 'net-wireless/tiwlan-wl1271') diff --git a/net-wireless/tiwlan-wl1271/Manifest b/net-wireless/tiwlan-wl1271/Manifest new file mode 100644 index 0000000..00d8f3f --- /dev/null +++ b/net-wireless/tiwlan-wl1271/Manifest @@ -0,0 +1,4 @@ +DIST tiwlan-wl1271_0.24.9-0ubuntu6.diff.gz 5228 RMD160 3dc0bb430d8e9b4cc12bbef050880b36c3af48af SHA1 72d21447f83b9113aa059c66db351a132c86dcb6 SHA256 bd9c72409a2cd79ff14c05f4e1d258840af68ef359edb8cbb3baf2f8c8d1c12c +DIST tiwlan-wl1271_0.24.9.orig.tar.gz 1251415 RMD160 f10c004a0770de6efd61eb5b6a7d4f20147b15ea SHA1 6fbfd5b8bb382ed68e66116e061e41a41bec5d98 SHA256 60a64c8c3daee9dc897a8918e2f082bcfcb4a3dbd66c013978e331e1c8e6127b +EBUILD tiwlan-wl1271-0.24.9.ebuild 1176 RMD160 0e63bda94020f38b98755d8012da9b7f504d13b9 SHA1 82fa44ad4b32eba52020b9e6c3e1ba97243bb25a SHA256 e7e3031b2f373ba41a6fcd4448e35cddfc50efe7905fb6c3be633ce5dfae35eb +MISC metadata.xml 222 RMD160 3f50aa50f95905f1387e67bc72c80b4c1b63aab4 SHA1 b5ad6eab5a55d57fd25fa68a46d1359cc25759aa SHA256 b8f80af5f2e9d409535bd1e3981b685a013f820ec82b504d82d5c9c077cd9fa6 diff --git a/net-wireless/tiwlan-wl1271/metadata.xml b/net-wireless/tiwlan-wl1271/metadata.xml new file mode 100644 index 0000000..f6b1086 --- /dev/null +++ b/net-wireless/tiwlan-wl1271/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + armin76@gentoo.org + + diff --git a/net-wireless/tiwlan-wl1271/tiwlan-wl1271-0.24.9.ebuild b/net-wireless/tiwlan-wl1271/tiwlan-wl1271-0.24.9.ebuild new file mode 100644 index 0000000..8251104 --- /dev/null +++ b/net-wireless/tiwlan-wl1271/tiwlan-wl1271-0.24.9.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/zd1211-firmware/zd1211-firmware-1.4.ebuild,v 1.2 2007/11/03 12:03:19 dsd Exp $ + +EAPI="2" + +inherit eutils + +MY_P="${PN}_${PV}" + +DESCRIPTION="Texas Instruments WiLinkTM solution (WL1271) applications" +HOMEPAGE="https://gforge.ti.com/gf/project/wilink_drivers/" +BASE_URI="https://launchpad.net/~tiomap-dev/+archive/release/+files" +SRC_URI="${BASE_URI}/${MY_P}.orig.tar.gz" +SRC_URI="${SRC_URI} ${BASE_URI}/${MY_P}-0ubuntu6.diff.gz" + + + +LICENSE="TI-TSPA-v1" +SLOT="0" +KEYWORDS="arm" + +IUSE="" +RDEPEND="net-wireless/tiwlan-wl1271-firmware" +DEPEND="${RDEPEND}" + + +src_prepare() { + cd ${WORKDIR} + + epatch ${MY_P}*.diff + cd "${S}" + epatch "${S}"/debian/patches/*.patch +} + +src_compile() { +# cd "${S}" + make -j1 +} + +src_install() { +# cd "${S}" + insinto /etc/udev/rules.d/ + newins debian/tiwlan-wl1271-dkms.udev 40-tiwlan-wl1271.rules + + cd wlan/CUDK/output/ + newbin tiwlan_loader tiwlan_loader_wl1271 + newbin wlan_cu wlan_cu_wl1271 + cd ../../platforms/os/linux/ + insinto /lib/firmware/tiwlan-wl1271 + doins tiwlan.ini tiwlan_dual.ini + + +} -- cgit v1.2.3-18-g5258