Updated sdl-mixer to reflect recent license change. Removed patch as it's been applied upstream.

This commit is contained in:
Scott McCreary
2012-01-04 23:20:37 +00:00
parent 9b2534f5b6
commit 2ebefcec56
2 changed files with 2 additions and 33 deletions

View File

@@ -14,10 +14,6 @@ DEPEND="libsdl >= 1.2.14
BUILD {
cd sdl-mixer-1.2-hg
libtoolize --force --copy --install
cp ltmain.sh build-scripts/ltmain.sh
aclocal --install -I acinclude
./autogen.sh
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -32,5 +28,5 @@ INSTALL {
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2011 Sam Lantinga"
LICENSE="Zlib"
COPYRIGHT="1997-2012 Sam Lantinga"