* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View 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
}