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:
33
media-libs/smjpeg/smjpeg-0.2.1.recipe
Normal file
33
media-libs/smjpeg/smjpeg-0.2.1.recipe
Normal file
@@ -0,0 +1,33 @@
|
||||
DESCRIPTION="smjpeg"
|
||||
HOMEPAGE="http://www.icculus.org/smjpeg"
|
||||
SRC_URI="svn://svn.icculus.org/smjpeg/trunk/"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd smjpeg-0.2.1
|
||||
rm -f acinclude.m4
|
||||
rm -f aclocal.m4
|
||||
echo "AC_CONFIG_MACRO_DIR([m4]) > configure.in"
|
||||
mkdir m4
|
||||
libtoolize --copy --force --install
|
||||
aclocal --install -I m4
|
||||
automake --foreign --add-missing
|
||||
autoconf
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd smjpeg-0.2.1
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
||||
Reference in New Issue
Block a user