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:
26
haiku-apps/burnitnow/burnitnow-2-svn.recipe
Normal file
26
haiku-apps/burnitnow/burnitnow-2-svn.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION="BurnItNow - GUI CD burning app for Haiku"
|
||||
HOMEPAGE="http://dev.osdrawer.net/projects/burnitnow"
|
||||
SRC_URI="svn+http://svn.osdrawer.net/burnitnow/trunk"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/cmake >= 2.8.0
|
||||
app-cdr/cdrtools > 3.00"
|
||||
#CHECKSUM_MD5=""
|
||||
BUILD()
|
||||
{
|
||||
cd burnitnow-2-svn
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd burnitnow-2-svn
|
||||
mkdir -p ${DESTDIR}/boot/apps/BurnItNow
|
||||
cp -a BurnItNow ${DESTDIR}/boot/apps/BurnItNow
|
||||
if [ -z ${DESTDIR} ];then
|
||||
find /boot/apps/BurnItNow -type d -name ".svn" | xargs rm -rf
|
||||
fi
|
||||
}
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="Copyright 2010-2011 BurnItNow Team"
|
||||
Reference in New Issue
Block a user