classes, and then the modules in this package will allow you to use those
classes in your programs.
-Package: libthrift-erlang
-Architecture: all
-Section: libs
-Depends: erlang-nox, ${misc:Depends}
-Description: Erlang bindings for Thrift
- Thrift is a software framework for scalable cross-language services
- development. It combines a software stack with a code generation engine to
- build services that work efficiently and seamlessly.
- This package contains the Erlang bindings for Thrift. You will need the thrift
- tool (in the thrift-compiler package) to compile your definition to Erlang
- classes, and then the modules in this package will allow you to use those
- classes in your programs.
-
Package: libthrift-perl
Architecture: all
Section: perl
cd $(CURDIR)/lib/java && \
ant
- # Erlang
- # $(MAKE) -C $(CURDIR)/lib/erl
-
# C#
$(MAKE) -C $(CURDIR)/lib/csharp
cp $(CURDIR)/lib/java/build/libthrift*.jar \
$(CURDIR)/debian/libthrift-java/usr/share/java/
- # Erlang
- # mkdir -p $(CURDIR)/debian/libthrift-erlang/usr/lib/erlang/lib/thrift/ && \
- # cp -r $(CURDIR)/lib/erl/ebin \
- # $(CURDIR)/lib/erl/include \
- # $(CURDIR)/lib/erl/src \
- # $(CURDIR)/debian/libthrift-erlang/usr/lib/erlang/lib/thrift/
-
# C#
mkdir -p $(CURDIR)/debian/libthrift-cil/usr/lib/cli/thrift/ && \
cp $(CURDIR)/lib/csharp/Thrift.dll \