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:
28
media-libs/jbigkit/jbigkit-2.0.recipe
Normal file
28
media-libs/jbigkit/jbigkit-2.0.recipe
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="JBIG-KIT lossless image compression library"
|
||||
HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
|
||||
SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz"
|
||||
CHECKSUM_MD5="3dd87f605abb1a97a22dc79d8b3e8f6c"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd jbigkit
|
||||
make
|
||||
cd libjbig
|
||||
make -f Makefile-libjbig_so
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd jbigkit
|
||||
make test
|
||||
cd libjbig
|
||||
cp jbig.h /boot/common/include
|
||||
cp jbig_ar.h /boot/common/include
|
||||
cp jbig_85.h /boot/common/include
|
||||
cp jbig_ar.h /boot/common/include
|
||||
cp libjbig.so /boot/common/lib
|
||||
cp libjbig.so.2 /boot/common/lib
|
||||
cp libjbig.so.2.0 /boot/common/lib
|
||||
}
|
||||
Reference in New Issue
Block a user