diff options
Diffstat (limited to 'games-kids/memonix/memonix-1.6-r1.ebuild')
-rw-r--r-- | games-kids/memonix/memonix-1.6-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-kids/memonix/memonix-1.6-r1.ebuild b/games-kids/memonix/memonix-1.6-r1.ebuild index cd3307ffbefe..f21368cfc488 100644 --- a/games-kids/memonix/memonix-1.6-r1.ebuild +++ b/games-kids/memonix/memonix-1.6-r1.ebuild @@ -3,16 +3,16 @@ EAPI=7 -inherit cmake desktop +inherit cmake desktop wrapper DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack" HOMEPAGE="https://www.viewizard.com/memonix/" SRC_URI="http://www.viewizard.com/download/${PN}_${PV}_src.tar.bz2" +S="${WORKDIR}/MemonixSourceCode" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" media-libs/libsdl:0[sound,opengl,video,X] @@ -21,8 +21,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/MemonixSourceCode" - src_install() { exeinto /usr/"$(get_libdir)" doexe ../${P}_build/Memonix |