diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-06 19:18:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-06 19:18:32 +0000 |
commit | 3a1412de4780b65009b56596b2180e8a69b676da (patch) | |
tree | 1fd6ab10f22d92a6b39f791b0cb5c37077a0a914 /net-im/ysm/ysm-2.9.6.ebuild | |
parent | document the gcc stack protector flag (diff) | |
download | historical-3a1412de4780b65009b56596b2180e8a69b676da.tar.gz historical-3a1412de4780b65009b56596b2180e8a69b676da.tar.bz2 historical-3a1412de4780b65009b56596b2180e8a69b676da.zip |
Version bump, unmask and cleanup.
Diffstat (limited to 'net-im/ysm/ysm-2.9.6.ebuild')
-rw-r--r-- | net-im/ysm/ysm-2.9.6.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-im/ysm/ysm-2.9.6.ebuild b/net-im/ysm/ysm-2.9.6.ebuild new file mode 100644 index 000000000000..96f873bce2ef --- /dev/null +++ b/net-im/ysm/ysm-2.9.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.6.ebuild,v 1.1 2004/08/06 19:18:32 aliz Exp $ + +MY_PV=${PV//./_} +DESCRIPTION="A console ICQ client supporting versions 7/8" +HOMEPAGE="http://ysmv7.sourceforge.net/" +SRC_URI="mirror://sourceforge/ysmv7/${PN}v7_${MY_PV}.tar.bz2" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="virtual/libc" +RDEPEND="virtual/libc" + +S=${WORKDIR}/${PN}v7_${MY_PV} + +src_install () { + dobin src/ysm + doman src/man/ysm.1 + dodoc README AUTHORS INSTALL +} |