Package Details: cmdpack-fakecrc 1.06-2

Git Clone URL: https://aur.archlinux.org/cmdpack.git (read-only, click to copy)
Package Base: cmdpack
Description: Fake the CRC32 of a file
Upstream URL: https://github.com/chungy/cmdpack
Licenses: GPL3
Groups: cmdpack
Submitter: chungy
Maintainer: chungy
Last Packager: chungy
Votes: 13
Popularity: 0.000000
First Submitted: 2011-12-12 05:10 (UTC)
Last Updated: 2018-05-29 22:51 (UTC)

Latest Comments

1 2 Next › Last »

chungy commented on 2016-07-04 20:38 (UTC)

mksrcinfo is only really required if you upload the package to AUR, otherwise it can be safely ignored. That being said, the PKGBUILD does extract descriptions for each of the utilities from the source files. If you do "makepkg -o" first, mksrcinfo should work.

felix.s commented on 2016-07-04 12:27 (UTC)

$ mksrcinfo sed: impossible de lire ./src/cmdpack-1.05/bin2ecm.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/bin2iso.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/bincomp.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/brrrip.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/byteshuf.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/byteswap.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/cdpatch.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/fakecrc.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/hax65816.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/id3point.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/pecompat.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/rels.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/screamf.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/subfile.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/uips.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/usfv.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/vb2rip.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/wordadd.c: Aucun fichier ou dossier de ce type sed: impossible de lire ./src/cmdpack-1.05/zerofill.c: Aucun fichier ou dossier de ce type I get these messages every time I build this package. While looking at the PKGBUILD, I'm reminded of the phrase "too clever by half"... At the very least the use of eval could be avoided.

<deleted-account> commented on 2016-03-19 13:05 (UTC)

You should fix the groups bit, it needs to be an array. All it takes is a () around "$pkgbase"

ozgursarier commented on 2015-09-22 05:32 (UTC)

@chungy: Excellent work ! It's better you to use git repo for source function. Now, cmdpack is very usefull for anyone who wants to install only some part of it. Futuristic package.. Realy love that.

chungy commented on 2015-09-22 03:07 (UTC)

I've included your changes in the updated AUR repository, and added my own. I decided to solve the source issue mainly by mirroring it on GitHub, then I made some changes just to make building it a little bit easier. Also made the presumption of updating the version to 1.04 :-) Neill seems to have disappeared, don't think he'll mind much.

ozgursarier commented on 2015-09-21 19:51 (UTC)

OK. Thanks. I've have had some look-ups too. Here it is: https://drive.google.com/file/d/0B5mscAcgcvFAQ2c3R1FJb0hSeEU/view?usp=sharing It's your decision to incorporate changes. It's Ok, whenever you want. Take care.

chungy commented on 2015-09-21 09:50 (UTC)

Thanks. I've been hit by hardware difficulties lately -- sorry I can't promptly take care of this. I took a look at the PKGBUILD, it looks good, but I'll make some minor changes myself (part of it is keeping the actual source out of the tarball...). Hopefully within the next day or two, I'll incorporate your changes :-)

ozgursarier commented on 2015-09-20 05:34 (UTC)

@chungy: Here is my tarball, includes a new far more advanced PKGBUILD. https://drive.google.com/file/d/0B5mscAcgcvFAQkRVWlByWHI5RW8/view?usp=sharing It has some new features below : - Upstream is down. So I decided to add src file inside. No need to find working url anymore. - Split packaging using pkgbase function. Anyone can chose which tool to install which is not. - All pkgs' descriptions is now obtained from each tools' xxx.c file automaticly. - 3 major conflict is solved. (gmp-ecm & ecm-tools, bin2iso, uncommon) - No need to add sth to $PATH anymore, so install script removed. If you consider to use that, i'll be very pleasant. I test it in my language(turkish) and LANG=C. I get no errors. But; in case of git reject's the submission, write the git's error output here than we may solve all problems together.