summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRambaldi <rambaldi@xs4all.nl>2008-10-05 17:34:56 +0000
committerRambaldi <rambaldi@xs4all.nl>2008-10-05 17:34:56 +0000
commita87ee2551de89befee150ddd1a59cf814827cb49 (patch)
treed7974e1a78b83443fe93560195bb20f825634780 /net-misc/dahdi-tools
parentnet-misc/dahdi-2.0.0: inital ebuild version, most likely very broken ... (diff)
downloadvoip-a87ee2551de89befee150ddd1a59cf814827cb49.tar.gz
voip-a87ee2551de89befee150ddd1a59cf814827cb49.tar.bz2
voip-a87ee2551de89befee150ddd1a59cf814827cb49.zip
net-misc/dahdi-tools-2.0.0: inital ebuild version, most likely very broken ...
svn path=/trunk/; revision=721
Diffstat (limited to 'net-misc/dahdi-tools')
-rw-r--r--net-misc/dahdi-tools/Manifest3
-rw-r--r--net-misc/dahdi-tools/dahdi-tools-2.0.0.ebuild22
-rw-r--r--net-misc/dahdi-tools/metadata.xml4
3 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/dahdi-tools/Manifest b/net-misc/dahdi-tools/Manifest
new file mode 100644
index 0000000..ee296c0
--- /dev/null
+++ b/net-misc/dahdi-tools/Manifest
@@ -0,0 +1,3 @@
+DIST dahdi-tools-2.0.0.tar.gz 396488 RMD160 832b3e1553ebfc783a7887dc98cac7983d0481cb SHA1 9409f624eadb26a600882badd77b0f3ae18b43da SHA256 b05aaf415e7aa9af18092324157f33ed35f67e4a3130f4c142482a6f0474a16b
+EBUILD dahdi-tools-2.0.0.ebuild 610 RMD160 f45044a0845041cface20a29eca9a4b3d4415eaf SHA1 fa42e25d537bc42e8db543c5317c901e502a3c1c SHA256 cd39b3e3243830edc9374358e07bd2be4e3ffb2abc88f5c79968515d5a587099
+MISC metadata.xml 139 RMD160 c84b2b78f85074cc5c7d26cb757d91c8384fa16a SHA1 00e3ae2ead875413d94aeafa5279646740c2c21d SHA256 5cdc1888ebc8807b9a37b1d33429c61cabe7415a4f240e21a4c2ff8eca7a34ed
diff --git a/net-misc/dahdi-tools/dahdi-tools-2.0.0.ebuild b/net-misc/dahdi-tools/dahdi-tools-2.0.0.ebuild
new file mode 100644
index 0000000..b242e86
--- /dev/null
+++ b/net-misc/dahdi-tools/dahdi-tools-2.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="The userspace tools to configure the kernel modules for the package net-misc/dahdi"
+HOMEPAGE="http://www.asterisk.org"
+SRC_URI="http://downloads.digium.com/pub/telephony/dahdi-tools/releases/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="net-misc/dahdi
+ dev-libs/libusb"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "failed to install package"
+ emake DESTDIR="${D}" config || die "failed to install package"
+}
diff --git a/net-misc/dahdi-tools/metadata.xml b/net-misc/dahdi-tools/metadata.xml
new file mode 100644
index 0000000..097975e
--- /dev/null
+++ b/net-misc/dahdi-tools/metadata.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+</pkgmetadata>