mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
Merge all changes from trunk
This commit is contained in:
31
media-libs/leptonica/leptonica-1.68.bep
Normal file
31
media-libs/leptonica/leptonica-1.68.bep
Normal file
@@ -0,0 +1,31 @@
|
||||
DESCRIPTION="An open source C library for efficient image processing and image analysis operations."
|
||||
HOMEPAGE="http://code.google.com/p/leptonica"
|
||||
SRC_URI="http://www.leptonica.org/source/leptonica-1.68.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="5cd7092f9ff2ca7e3f3e73bfcd556403"
|
||||
BUILD {
|
||||
cd leptonica-1.68
|
||||
libtoolize
|
||||
aclocal
|
||||
autoconf
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd leptonica-1.68
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
cd leptonica-1.68
|
||||
# make test
|
||||
# make check
|
||||
}
|
||||
|
||||
LICENSE="Apache v2
|
||||
GNU GPL v1"
|
||||
COPYRIGHT="1985-1995 HP labs
|
||||
2011 Google Inc."
|
||||
Reference in New Issue
Block a user