mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
18
media-libs/jbigkit/jbigkit-1.6.recipe
Normal file
18
media-libs/jbigkit/jbigkit-1.6.recipe
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="JBIG-KIT"
|
||||
HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"
|
||||
SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-1.6.tar.gz"
|
||||
CHECKSUM_MD5="ce196e45f293d40ba76af3dc981ccfd7"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd jbigkit
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd jbigkit
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user