diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-15 01:27:50 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-15 01:27:50 +0000 |
commit | 99121f71a5120446a6945ab1902f8b07efbef0a5 (patch) | |
tree | 02027e017a18cc2ee856114bd34ab2ff406a93fa /net-dialup/isdn4k-utils | |
parent | initial commit (diff) | |
download | gentoo-2-99121f71a5120446a6945ab1902f8b07efbef0a5.tar.gz gentoo-2-99121f71a5120446a6945ab1902f8b07efbef0a5.tar.bz2 gentoo-2-99121f71a5120446a6945ab1902f8b07efbef0a5.zip |
bumped up release numbers of packages that were updated with the tcl/tk
update
Diffstat (limited to 'net-dialup/isdn4k-utils')
-rw-r--r-- | net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.1_p1-r3 | 1 | ||||
-rw-r--r-- | net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild | 54 |
2 files changed, 55 insertions, 0 deletions
diff --git a/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.1_p1-r3 b/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.1_p1-r3 new file mode 100644 index 000000000000..f2aa4caf8ecb --- /dev/null +++ b/net-dialup/isdn4k-utils/files/digest-isdn4k-utils-3.1_p1-r3 @@ -0,0 +1 @@ +MD5 0cf8322d50f6775e64bbd465aec4a8b2 isdn4k-utils.v3.1pre1.tar.gz 5373952 diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild new file mode 100644 index 000000000000..219d17a4e371 --- /dev/null +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r3.ebuild,v 1.1 2002/01/15 01:27:50 gbevin Exp $ + +A=isdn4k-utils.v3.1pre1.tar.gz +S=${WORKDIR}/isdn4k-utils +DESCRIPTION="ISDN-4-Linux Utils" +SRC_URI="ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/"${A} +HOMEPAGE="http://www.isdn4linux.de/" + +DEPEND="virtual/glibc + >=sys-kernel/linux-sources-2.4 + >=sys-libs/ncurses-5.1 + >=sys-libs/gdbm-1.8.0 + mysql? ( >=dev-db/mysql-3.23.26 ) + >=dev-lang/tk-8.1" + +src_unpack() { + unpack ${A} + cd ${S} + # sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-2\.4\.0_rc103/work/linux':" ${O}/files/${P}.config > .config + cp ${FILESDIR}/${P}.config .config +} + +src_compile() { + cd ${S} + try make subconfig + try make +} + +src_install() { + cd ${S} + dodir /dev + dodir /usr/sbin + dodir /usr/bin + try make install DESTDIR=${D} + + dodoc COPYING NEWS README Mini-FAQ/isdn-faq.txt + mv ${D}/usr/doc/vbox ${D}/usr/doc/isdn4k-utils-3.1_p1-r1 + + +} + + + + + + + + + + + |