mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:32:45 +08:00
Added Python binding installer/deb package
This commit is contained in:
@@ -69,3 +69,13 @@ Description: Utilities for the OpenALPR library
|
|||||||
OpenALPR is an open source Automatic License Plate Recognition library written
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
||||||
in C++. The library analyzes images and identifies license plates. The output
|
in C++. The library analyzes images and identifies license plates. The output
|
||||||
is the text representation of any license plate characters found in the image.
|
is the text representation of any license plate characters found in the image.
|
||||||
|
|
||||||
|
Package: python-openalpr
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: amd64
|
||||||
|
Depends: libopenalpr-dev (= ${binary:Version}), ${misc:Depends}
|
||||||
|
Description: Python binding for OpenALPR library
|
||||||
|
OpenALPR is an open source Automatic License Plate Recognition library written
|
||||||
|
in C++. The library analyzes images and identifies license plates. The output
|
||||||
|
is the text representation of any license plate characters found in the image.
|
||||||
|
|
||||||
|
1
distros/debian/python-openalpr.install
Normal file
1
distros/debian/python-openalpr.install
Normal file
@@ -0,0 +1 @@
|
|||||||
|
usr/lib/python2.7/dist-packages/openalpr
|
@@ -18,3 +18,6 @@ TARGET_LINK_LIBRARIES(openalprpy openalpr)
|
|||||||
|
|
||||||
|
|
||||||
install (TARGETS openalprpy DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
install (TARGETS openalprpy DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
|
install (DIRECTORY openalpr DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/python2.7/dist-packages
|
||||||
|
USE_SOURCE_PERMISSIONS
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user