summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/linux-device-drivers/linux-device-drivers-2.ebuild')
-rw-r--r--app-doc/linux-device-drivers/linux-device-drivers-2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild
new file mode 100644
index 000000000000..2cc8df556bd4
--- /dev/null
+++ b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.1 2005/02/19 19:11:13 vapier Exp $
+
+DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)"
+HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/"
+SRC_URI="http://www.xml.com/ldd/chapter/book/pdf/ldd_book_pdf.zip"
+
+LICENSE="FDL-1.1"
+SLOT="2"
+KEYWORDS="amd64 arm hppa ia64 s390 sh x86"
+IUSE=""
+
+DEPEND="app-arch/zip"
+RDEPEND=""
+
+S=${WORKDIR}
+
+src_install() {
+ dodoc *.pdf || die
+}