mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Makefile make deb - build debs for kmflcomp, libkmfl, ibus-kmfl make cow - set up pbuilder environment make tmpbuild(default) - build and install to /tmp/kmfl make install_local - build and install to /usr/local make uninstall_local - uninstall ibus-kmfl config file non-release version numbers will be stamped with date to distinguish between builds
27 lines
999 B
Text
27 lines
999 B
Text
Source: libkmfl
|
|
Priority: optional
|
|
Section: libs
|
|
Maintainer: Doug Rintoul <doug_rintoul@sil.org>
|
|
Homepage: http://www.keyman.com/
|
|
Build-Depends: cdbs (>= 0.4.27), debhelper (>= 9), dh-autoreconf, libkmflcomp-dev (>=10.99.0)
|
|
Standards-Version: 3.9.8.0
|
|
|
|
Package: libkmfl-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libkmfl0 (= ${binary:Version}), ${misc:Depends}
|
|
Description: This package provides Keyman(C) services to Linux - development
|
|
The kmfl library is a multilingual text processing library that implements
|
|
the Keyman(C) text processing language.
|
|
.
|
|
This package contains the header and development files needed to build
|
|
programs and packages using libkmfl.
|
|
|
|
Package: libkmfl0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: This package provides Keyman(C) services to Linux - runtime
|
|
The kmfl library is a multilingual text processing library that implements
|
|
the Keyman(C) text processing language.
|
|
.
|
|
This package contains the runtime part of libkmfl.
|