new liblasso-java package

This commit is contained in:
Frédéric Péters 2005-10-06 17:23:23 +00:00
parent fa3aa23ebc
commit b07684a828
4 changed files with 20 additions and 1 deletions

14
debian/control vendored
View File

@ -66,3 +66,17 @@ Description: Liberty ID-FF library - PHP 4 bindings
.
Homepage: http://lasso.entrouvert.org
Package: liblasso-java
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:depends}
Description: Liberty ID-FF library - Java bindings
Lasso is an implementation of the Liberty Identity Federation specifications
defined by the Liberty Alliance consortium. They defines processes such as
network identity federation and single sign-on.
.
This package provides the Java interface to liblasso, needed to use lasso in
Java applications.
.
Homepage: http://lasso.entrouvert.org

1
debian/liblasso-java.dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/jni/

2
debian/liblasso-java.files vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib/jni/*.so
usr/share/java/*.jar

4
debian/rules vendored
View File

@ -32,7 +32,7 @@ major=`ls src/.libs/lib*.so.* | \
config.status: configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no --disable-java --disable-gtk-doc --disable-perl --disable-csharp
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-tests=no --disable-gtk-doc --disable-perl --disable-csharp
# be sure not to call swig:
touch php/lasso_wrap.c php/php_lasso.h php/lasso.php
touch python/lasso_wrap.c python/lasso.py
@ -74,6 +74,8 @@ install: build
# Add here commands to install the package into debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
GACUTIL="/usr/bin/gacutil -root $(CURDIR)/debian/tmp/usr/lib"
mkdir $(CURDIR)/debian/tmp/usr/lib/jni/
mv $(CURDIR)/debian/tmp/usr/lib/java/*.so $(CURDIR)/debian/tmp/usr/lib/jni/
# Build architecture-independent files here.