Files
haikuports/app-admin/pwgen/pwgen-2.06.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

20 lines
391 B
Plaintext

DESCRIPTION="pwgen - password generator"
HOMEPAGE="http://sourceforge.net/projects/pwgen"
SRC_URI="http://voxel.dl.sourceforge.net/sourceforge/pwgen/pwgen-2.06.tar.gz"
CHECKSUM_MD5="935aebcbe610fbc9de8125e7b7d71297"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd pwgen-2.06
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd pwgen-2.06
make install
}