mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
initial .bep file for smpeg, updated sdl-libpak .OPD and fixed smjpeg .bep typo
This commit is contained in:
@@ -72,4 +72,10 @@ Package: smjpeg
|
||||
Version: 0.2.1-svn35
|
||||
Copyright: 1999-2004 Sam Lantinga, Joe Tennies.
|
||||
License: LGPL v2
|
||||
URL: http://www.icculus.org/smjpeg/
|
||||
URL: http://www.icculus.org/smjpeg/
|
||||
|
||||
Package: smpeg
|
||||
Version: 0.2.1
|
||||
Copyright: 1999-2004 Sam Lantinga, Joe Tennies.
|
||||
License: LGPL v2
|
||||
URL: http://www.icculus.org/smjpeg
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION="sdl-sound"
|
||||
DESCRIPTION="smjpeg"
|
||||
HOMEPAGE="http://www.icculus.org/smjpeg"
|
||||
# We're using svn, so need to fake out the download for now
|
||||
SRC_URI="http://www.haiku-ports.de/packages/sources/expat-2.0.1.tar.gz"
|
||||
|
||||
31
media-libs/smpeg/smpeg-0.4.5.bep
Normal file
31
media-libs/smpeg/smpeg-0.4.5.bep
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION="smpeg"
|
||||
HOMEPAGE="http://www.icculus.org/smpeg"
|
||||
# We're using svn, so need to fake out the download for now
|
||||
SRC_URI="http://www.haiku-ports.de/packages/sources/expat-2.0.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
rm -rf smjpeg
|
||||
svn co svn://svn.icculus.org/smpeg/trunk/ smpeg
|
||||
cd smpeg
|
||||
rm -f acinclude.m4
|
||||
rm -f aclocal.m4
|
||||
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
|
||||
cp /boot/common/share/aclocal/libtool.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltversion.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
|
||||
libtoolize --copy --force --install
|
||||
aclocal -I acinclude
|
||||
automake --foreign --add-missing
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd smpeg
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user