Search Criteria
Package Details: andyetitmoves 1.2.2-3
Git Clone URL: | https://aur.archlinux.org/andyetitmoves.git (read-only, click to copy) |
---|---|
Package Base: | andyetitmoves |
Description: | physics-based platform game (full version) |
Upstream URL: | http://www.andyetitmoves.net/ |
Licenses: | |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-04 20:15 |
Last Updated: | 2015-07-28 10:50 |
Latest Comments
1 2 3 4 Next › Last »
smp commented on 2013-06-28 10:44
Thanks.
jose1711 commented on 2013-06-28 10:43
thank you, disowned
smp commented on 2013-06-28 08:11
Sure!
jose1711 commented on 2013-06-28 07:51
@C5OK5Y: i appreciate your comments however i currently do not have time to fix the pkgbuild. wanna adopt?
smp commented on 2013-06-28 07:33
After more reading about the FSH, putting the (static) game data in /usr/share seems to be better than /opt (but /usr/share/games is even better).
smp commented on 2013-06-27 20:40
The PKGBUILD has several issues:
1) (this one prevents successful building) Line 62:
/bin/tar cf - * | ( cd ../../pkg/usr/share/AndYetItMoves/; tar xfp - ) should be
/bin/tar cf - * | ( cd "${pkgdir}/usr/share/AndYetItMoves/"; tar xfp - )
2) There are multiple occurrences of unquoted variables, which may contain file paths with spaces - if someone tries to build the package from a directory path which contains spaces, the whole thing will blow up.
3) There is no need for the lib32-* packages on x86_64.
4) Line 59 is unnecessary.
--
5) I *think* that the game files should be in /opt/AndYetItMoves/ instead of /usr/share/AndYetItMoves/. The FSH says that /usr/share is for "Architecture-independent (shared) data." but /opt is for "Optional application software packages.".
caemir commented on 2013-05-17 14:51
...././PKGBUILD: ligne 62 : cd: ../../pkg/usr/share/AndYetItMoves/: Aucun fichier ou dossier de ce type
Marvn commented on 2012-02-03 16:27
the lib32-* libs are indeed not longer needed for x86_64 users
Marvn commented on 2012-02-03 16:25
the lib32-* libs are indeed not longer needed for x86_64 users...
Kwpolska commented on 2011-12-20 17:01
The files (at least for the HIB) are now andyetitmoves-1.2.2-1_arch.tar.gz.
gadget3000's problem no longer occurs. Changed parts: ^^