Initial checkin of bep file for pwgen

This commit is contained in:
Scott McCreary
2009-10-12 16:52:08 +00:00
parent d627a1ac33
commit bc01e05dd2

View File

@@ -0,0 +1,18 @@
DESCRIPTION="pwgen - password generator"
HOMEPAGE="http://sourceforge.net/projects/pwgen"
SRC_URI="http://voxel.dl.sourceforge.net/sourceforge/pwgen/pwgen-2.06.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd pwgen-2.06
./configure --prefix=/boot/common
make
}
INSTALL {
cd pwgen-2.06
make install
}