mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
19
app-admin/pwgen/pwgen-2.06.recipe
Normal file
19
app-admin/pwgen/pwgen-2.06.recipe
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user