Update of /cvsroot/leaf/src/bering-uclibc/apps/openssl
In directory sc8-pr-cvs1:/tmp/cvs-serv20744
Modified Files:
buildtool.cfg buildtool.mk
Log Message:
Added definition for openssl.lrp
Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openssl/buildtool.cfg,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.cfg 1 Aug 2003 18:19:09 -0000 1.5
--- buildtool.cfg 13 Sep 2003 12:56:15 -0000 1.6
***************
*** 144,147 ****
--- 144,262 ----
</libcrpto>
+ <openssl>
+ Version = 0.9.7b
+ Revision = 1
+
+ Help <<EOF
+ Openssl binaries
+ Requires libssl.lrp and libcrpto.lrp
+ See http://www.openssl.org
+ LRP package by __PACKAGER__, __BUILDDATE__
+ EOF
+
+ <Permissions>
+ Files = 644
+ Directories = 755
+ </Permissions>
+
+ <Owner>
+ Files = root:root
+ Directories = root:root
+ </Owner>
+
+ <Contents>
+
+ <File>
+ Filename = etc/ssl/openssl.cnf
+ Source = etc/ssl/openssl.cnf
+ Type = binary
+ Type = config
+ Permissions = 644
+ </File>
+ <File>
+ Filename = etc/ssl
+ Type = list
+ Type = local
+ </File>
+
+ <File>
+ Filename = usr/ssl
+ Type = list
+ </File>
+ <File>
+ Filename = etc/ssl/private
+ Type = directory
+ </File>
+ <File>
+ Filename = etc/ssl/certs
+ Type = directory
+ </File>
+
+ <File>
+ Filename = usr/bin/openssl
+ Source = usr/bin/openssl
+ Type = binary
+ Permissions = 755
+ </File>
+ <File>
+ Filename = usr/bin/c_rehash
+ Source = usr/bin/c_rehash
+ Type = binary
+ Permissions = 755
+ </File>
+ <File>
+ Filename = usr/ssl/misc/CA.sh
+ Source = usr/ssl/misc/CA.sh
+ Type = binary
+ Permissions = 755
+ </File>
+
+ <File>
+ Filename = usr/ssl/misc/c_hash
+ Source = usr/ssl/misc/c_hash
+ Type = binary
+ Permissions = 755
+ </File>
+ <File>
+ Filename = usr/ssl/misc/c_info
+ Source = usr/ssl/misc/c_info
+ Type = binary
+ Permissions = 755
+ </File>
+ <File>
+ Filename = usr/ssl/misc/c_issuer
+ Source = usr/ssl/misc/c_issuer
+ Type = binary
+ Permissions = 755
+ </File>
+ <File>
+ Filename = usr/ssl/misc/c_name
+ Source = usr/ssl/misc/c_name
+ Type = binary
+ Permissions = 755
+ </File>
+
+ <File>
+ Filename = usr/ssl/openssl.conf
+ Target = etc/ssl/openssl.cnf
+ Type = link
+ Permissions = 644
+ </File>
+
+ <File>
+ Filename = usr/ssl/private
+ Target = etc/ssl/private
+ Type = link
+ Permissions = 755
+ </File>
+
+ <File>
+ Filename = usr/ssl/certs
+ Target = etc/ssl/certs
+ Type = link
+ Permissions = 755
+ </File>
+ </Contents>
+ </openssl>
</Package>
Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/openssl/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk 12 Jun 2003 20:17:02 -0000 1.1
--- buildtool.mk 13 Sep 2003 12:56:15 -0000 1.2
***************
*** 31,41 ****
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/bin/openssl
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libcrypto.so*
-mkdir $(BT_STAGING_DIR)/usr/
-mkdir $(BT_STAGING_DIR)/usr/share
-mkdir $(BT_STAGING_DIR)/usr/share/ssl
! cp -f $(OPENSSL_TARGET_DIR)/bin/openssl $(BT_STAGING_DIR)/bin/
cp -f $(OPENSSL_TARGET_DIR)/lib/lib* $(BT_STAGING_DIR)/lib/
cp -a -f $(OPENSSL_TARGET_DIR)/include/* $(BT_STAGING_DIR)/include/
! cp -f $(OPENSSL_TARGET_DIR)/openssl.cnf $(BT_STAGING_DIR)/usr/share/ssl/
clean:
--- 31,49 ----
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/bin/openssl
$(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libcrypto.so*
+ $(BT_STRIP) --strip-unneeded $(OPENSSL_TARGET_DIR)/lib/libssl.so*
-mkdir $(BT_STAGING_DIR)/usr/
-mkdir $(BT_STAGING_DIR)/usr/share
-mkdir $(BT_STAGING_DIR)/usr/share/ssl
! -mkdir $(BT_STAGING_DIR)/etc/ssl
! -mkdir $(BT_STAGING_DIR)/etc/certs
! -mkdir $(BT_STAGING_DIR)/etc/private
! -mkdir $(BT_STAGING_DIR)/usr/ssl
! -mkdir $(BT_STAGING_DIR)/usr/ssl/misc
! cp -f $(OPENSSL_TARGET_DIR)/bin/openssl $(BT_STAGING_DIR)/usr/bin/
! cp -f $(OPENSSL_TARGET_DIR)/bin/c_rehash $(BT_STAGING_DIR)/usr/bin/
cp -f $(OPENSSL_TARGET_DIR)/lib/lib* $(BT_STAGING_DIR)/lib/
cp -a -f $(OPENSSL_TARGET_DIR)/include/* $(BT_STAGING_DIR)/include/
! cp -a -f $(OPENSSL_TARGET_DIR)/misc/* $(BT_STAGING_DIR)/usr/ssl/misc/
! cp -f $(OPENSSL_TARGET_DIR)/openssl.cnf $(BT_STAGING_DIR)/etc/ssl/
clean:
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits