mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
31
media-libs/fblend/fblend-0.4.recipe
Normal file
31
media-libs/fblend/fblend-0.4.recipe
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION="FBlend is a series of super-fast color blenders for Allegro."
|
||||
HOMEPAGE="http://sourceforge.net/projects/fblend/"
|
||||
SRC_URI="http://sourceforge.net/projects/fblend/files/FBlend%20beta/fblend-0.5-beta01/fblend-0.5-beta01.zip/download"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="media-libs/allegro >= 4.4
|
||||
app-text/dos2unix >= 1.0"
|
||||
CHECKSUM_MD5="e252ae521e099793fe6caa0fb7d048f3"
|
||||
BUILD()
|
||||
{
|
||||
cd fblend
|
||||
dos2unix *
|
||||
dos2unix src/*
|
||||
dos2unix src/misc/*
|
||||
dos2unix src/x86/*
|
||||
dos2unix lib/*
|
||||
dos2unix lib/unix/*
|
||||
dos2unix include/*
|
||||
dos2unix make/*
|
||||
sh fix.sh unix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd fblend
|
||||
make install INSTALL_DIR=/boot/common
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2001-2002 Robert J Ohannessian"
|
||||
Reference in New Issue
Block a user