diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-12 13:46:30 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-12 13:46:30 +0000 |
| commit | 28b9c28f9dfb8b725345a45a9e2c778f20958628 (patch) | |
| tree | 32be0aed3822d13d7abc452979547ff3477f1797 /games-kids | |
| parent | bfd78bd309c30eced13442ce2335b732a75924ad (diff) | |
| download | baldeagleos-repo-28b9c28f9dfb8b725345a45a9e2c778f20958628.tar.gz baldeagleos-repo-28b9c28f9dfb8b725345a45a9e2c778f20958628.tar.xz baldeagleos-repo-28b9c28f9dfb8b725345a45a9e2c778f20958628.zip | |
Adding metadata
Diffstat (limited to 'games-kids')
| -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 |
