[Bug 682544] Review request: gargoyle - multi-format interactive fiction interpreter

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 26 14:47:37 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=682544

--- Comment #5 from Ken Dreyer <ktdreyer at ktdreyer.com> 2011-04-26 10:47:36 EDT ---
Looks like you've documented things in README.fedora. Can you can transform
this into a shell script so it's easily repeatable? Something like

!#/bin/sh
VERSION=$1

unzip gargoyle-$VERSION-sources.zip

# non-free license
# (non-commercial use only and cannot modify the source code), it's
# displayed in the Windows installer available at
# http://www.generalcoffee.com/hugo/gethugo.html

rm -r gargoyle-$VERSION/terps/hugo
rm gargoyle-$VERSION/licenses/HUGO License.txt

# non-free license (cannot modify the font)
rm gargoyle-$VERSION/garglk/fonts/LuxiMonoBoldOblique.pfb
rm gargoyle-$VERSION/garglk/fonts/LuxiMonoBold.pfb

# etc.

tar -cjf gargoyle-$VERSION-free.tar.bz2 gargoyle-$VERSION

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list