l_readme.md 667 B

Package: pysolfc-cardsets

Complain

[semifree] some copyrighted cardsets

Template

Command to remove nonfree cards is taken and modified from prepare() function of Parabola's PKGBUILD.

build_style=fetch is set. So the distfile tar.bz2 is just placed to builddir. Later, the file is extracted to $DESTDIR on do_install() function. So to remove files from extracted copy, the removal was done from post_install() function. The path $DESTDIR/usr/share/PySolFC/cardsets/ was appended to make the adjustment.

Template changes are stored in l_template_changes.patch.