mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
lcms bep file from michaelvoliveira, still waiting on that .OPD file. Updated libvorbis bep file to indicate pkgconfig as a dependency.
This commit is contained in:
20
media-libs/lcms/lcms-1.19.bep
Normal file
20
media-libs/lcms/lcms-1.19.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="lcms - Little cms intends to be a small-footprint, speed optimized color management engine"
|
||||
HOMEPAGE="http://littlecms.com/"
|
||||
SRC_URI="http://littlecms.com/lcms-1.19.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd lcms-1.19
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common CFLAGS=-O0
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd lcms-1.19
|
||||
make install
|
||||
}
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE="http://www.xiph.org"
|
||||
SRC_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
DEPEND="pkgconfig"
|
||||
BUILD {
|
||||
cd libvorbis-1.2.3
|
||||
libtoolize --force --copy --install
|
||||
|
||||
Reference in New Issue
Block a user