diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-27 15:12:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-27 15:12:34 +0000 |
commit | df52c510abfbf500163da0ed7f2f9c334529c203 (patch) | |
tree | ca241aea81be47c91fae210504e635c708414256 /sys-apps/ucspi-tcp | |
parent | Added sound-support to kernel, required for alsa-drivers (diff) | |
download | gentoo-2-df52c510abfbf500163da0ed7f2f9c334529c203.tar.gz gentoo-2-df52c510abfbf500163da0ed7f2f9c334529c203.tar.bz2 gentoo-2-df52c510abfbf500163da0ed7f2f9c334529c203.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/ucspi-tcp')
-rw-r--r-- | sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild b/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild index 592d499a2cc0..f821b9fc4b01 100644 --- a/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild +++ b/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild @@ -1,20 +1,22 @@ # 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/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild,v 1.1 2000/11/24 00:43:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-tcp/ucspi-tcp-0.88.ebuild,v 1.2 2000/11/27 15:12:34 achim Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Collection of tools for managing UNIX services" SRC_URI="http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz" HOMEPAGE="http://cr.yp.to/ucspi-tcp/" - +S=${WORKDIR}/${P} DEPEND=">=sys-libs/glibc-2.1.3" src_unpack() { - unpack ${A} - cd ${S} + + unpack ucspi-tcp-0.88.tar.gz + echo $WORKDIR/${P} + echo $S echo "gcc ${CFLAGS}" > conf-cc echo "gcc -s" > conf-ld + } src_compile() { |