mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial checkin of bep file for pwgen
This commit is contained in:
18
app-admin/pwgen/pwgen-2.06.bep
Normal file
18
app-admin/pwgen/pwgen-2.06.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user