mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
24
haiku-apps/rez/rez-108.recipe
Normal file
24
haiku-apps/rez/rez-108.recipe
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="rez"
|
||||
HOMEPAGE="http://dev.osdrawer.net/projects/sum-it"
|
||||
SRC_URI="svn+http://svn.osdrawer.net/sum-it/rez#108"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd rez-108
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd rez-108
|
||||
BIN_DIR=`finddir B_COMMON_BIN_DIRECTORY`
|
||||
mkdir -p ${DESTDIR}${BIN_DIR}
|
||||
cp rez ${DESTDIR}${BIN_DIR}/rez
|
||||
}
|
||||
|
||||
#LICENSE=""
|
||||
#COPYRIGHT=""
|
||||
Reference in New Issue
Block a user