mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +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
|
||||
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.
|
||||
|
||||
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
|
@@ -17,4 +17,7 @@ set_target_properties(openalprpy PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION})
|
||||
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