aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2005-10-24 02:40:54 +0000
committertulku <tulku@32389bae-6d03-0410-99cf-db05cde120eb>2005-10-24 02:40:54 +0000
commit466f56bfcd16f57ef04ed5ebe0d6a19007ce11c1 (patch)
tree2a247540b20cdf30dcf036c2483e1b58e48bffe1 /sci-electronics/gsmc/gsmc-1.0.ebuild
parentAdding new ebuild for gsmc-1.0 (diff)
downloadsci-466f56bfcd16f57ef04ed5ebe0d6a19007ce11c1.tar.gz
sci-466f56bfcd16f57ef04ed5ebe0d6a19007ce11c1.tar.bz2
sci-466f56bfcd16f57ef04ed5ebe0d6a19007ce11c1.zip
Fixed some errors in the ebuild and in the ChangeLog
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@3 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-electronics/gsmc/gsmc-1.0.ebuild')
-rw-r--r--sci-electronics/gsmc/gsmc-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/gsmc/gsmc-1.0.ebuild b/sci-electronics/gsmc/gsmc-1.0.ebuild
index aab515c11..9fd6ecd79 100644
--- a/sci-electronics/gsmc/gsmc-1.0.ebuild
+++ b/sci-electronics/gsmc/gsmc-1.0.ebuild
@@ -4,14 +4,14 @@
DESCRIPTION="A GTK program for doing Smith Chart calculations"
HOMEPAGE="http://www.qsl.net/ik5nax/"
-SRC_URI="http://www.qsl.net/ik5nax/${PN}-${PV}.tar.gz"
+SRC_URI="http://www.qsl.net/ik5nax/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-2.0"
+DEPEND=">=x11-libs/gtk+-2.6.8"
RDEPEND=""
src_compile() {
@@ -20,6 +20,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} PREFIX=/usr/ install || die "make install failed"
+ make DESTDIR=${D} install || die "make install failed"
dodoc AUTHORS NEWS README ChangeLog TODO
}