From 21df8b3b4e765e9b5a02b9030b151921d45c8309 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Tue, 21 Jun 2011 19:58:34 +0200 Subject: [PATCH] ebuild fix --- qtmindmap.ebuild | 4 ++-- qtmindmap.pro | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/qtmindmap.ebuild b/qtmindmap.ebuild index c46acba..9ec0806 100644 --- a/qtmindmap.ebuild +++ b/qtmindmap.ebuild @@ -1,7 +1,7 @@ DESCRIPTION="MindMap software written in Qt" HOMEPAGE="https://gitorious.org/qtmindmap" -SRC_URI="https://gitorious.org/qtmindmap/qtmindmap/archive-tarball/master" -LICENSE="" +SRC_URI="http://matetelki.com/qtmindmap/qtmindmap-qtmindmap-master.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" diff --git a/qtmindmap.pro b/qtmindmap.pro index 7d48db6..0c82005 100644 --- a/qtmindmap.pro +++ b/qtmindmap.pro @@ -32,3 +32,5 @@ RESOURCES = qtmindmap.qrc TRANSLATIONS = qtmindmap_hu.ts CODECFORTR = UTF-8 + +DESTDIR = /usr/bin