This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] libmcrypt/libmcrypt-devel: Library for multiple encryption methods


Hi

I would like to adopt and maintain the 'libmcrypt/libmcrypt-devel' packages from Stefan Hetzl
and split it into 'libmcrypt/libmcrypt4/libmcrypt-devel' packages.


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libmcrypt-devel/setup.hint

sdesc: "Library for multiple encryption methods - (development)"
ldesc: "Libmcrypt is a library that provides access to several symmetric block
and stream encryption algorithms. This package provides the development
environment."
category: Devel Libs
requires: cygwin libmcrypt4 coreutils sed
external-source: libmcrypt

-------------------------------------------------------------------------------------------
./libmcrypt4/setup.hint

sdesc: "Library for multiple encryption methods - (runtime)"
ldesc: "Libmcrypt is a library that provides access to several symmetric block
and stream encryption algorithms. This package provides the development
environment."
category: Libs
requires: cygwin
external-source: libmcrypt

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "Library for multiple encryption methods"
ldesc: "Libmcrypt is a library that provides access to several symmetric block
and stream encryption algorithms. This package provides the development
environment."
category: Libs
requires: cygwin libmcrypt4



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p libmcrypt/libmcrypt4 libmcrypt/libmcrypt-devel

cd libmcrypt
wget http://volkerzell.de/cygwin/ITP/libmcrypt/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt-2.5.8-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt-2.5.8-1.tar.bz2

cd libmcrypt4
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt4/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt4/libmcrypt4-2.5.8-1.tar.bz2

cd ../libmcrypt-devel
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmcrypt/libmcrypt-devel/libmcrypt-devel-2.5.8-1.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]