license Restrictive/Distributable
description Simple program to generate anagrams
This is a program written in ANSI C that anagrams a given string. \
It has its own word file, but allows you to use a different one.
homepage http://hsvmovies.com/static_subpages/personal_orig/wordplay/
checksums sha1 629b4a876b6be966be7ddde7ccdfaa89fc226942
patchfiles patch-wordplay.c
reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/wordplay.c
build.args CC="${configure.cc} [get_canonical_archflags cc]"
xinstall -m 755 ${worksrcpath}/wordplay ${destroot}${prefix}/bin
xinstall -d -m 755 ${destroot}${prefix}/share/wordplay ${destroot}${prefix}/share/doc/wordplay
xinstall -m 644 ${worksrcpath}/readme ${destroot}${prefix}/share/doc/wordplay
xinstall -m 644 ${worksrcpath}/words721.txt ${destroot}${prefix}/share/wordplay