mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial .bep files to build bsl, rez and open-sum-it
This commit is contained in:
22
haiku-apps/rez/rez-108.bep
Normal file
22
haiku-apps/rez/rez-108.bep
Normal file
@@ -0,0 +1,22 @@
|
||||
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