mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
speedo: Revamped speedo and include a w32 installer.
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.
This commit is contained in:
parent
0399d87f7a
commit
e06d5d1a3b
13 changed files with 4148 additions and 68 deletions
10
build-aux/speedo/zlib.pc
Normal file
10
build-aux/speedo/zlib.pc
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: zlib
|
||||
Description: zlib compression library
|
||||
Version: 1.2.5
|
||||
Libs: -L${libdir} -lz
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue