diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:12:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 02:12:33 +0000 |
commit | 544926c13bdac7e92890ec4c075b41ecbb16bfc4 (patch) | |
tree | 83376313d60f274d7d7e9f82789c7cffbfa66089 /media-radio/xastir | |
parent | dont use pmake/base/glibc (diff) | |
download | historical-544926c13bdac7e92890ec4c075b41ecbb16bfc4.tar.gz historical-544926c13bdac7e92890ec4c075b41ecbb16bfc4.tar.bz2 historical-544926c13bdac7e92890ec4c075b41ecbb16bfc4.zip |
dont use pmake/base/glibc
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/xastir-1.2.0.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/media-radio/xastir/xastir-1.2.0.ebuild b/media-radio/xastir/xastir-1.2.0.ebuild index 8f8b31a8bede..8fa91898ca5b 100644 --- a/media-radio/xastir/xastir-1.2.0.ebuild +++ b/media-radio/xastir/xastir-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.5 2004/06/24 23:47:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.6 2004/06/30 02:12:33 vapier Exp $ DESCRIPTION="XASTIR" HOMEPAGE="http://xastir.sourceforge.net/" @@ -11,18 +11,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc x11-libs/openmotif" -src_compile() { - cd ${S} - ./configure --host=${CHOST} \ - --prefix=/usr || die - pmake || die -} - src_install() { - into / make DESTDIR=${D} install || die mkdir -p ${D}/usr/local dosym ../xastir usr/local/xastir |