ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/nettle/Makefile
Revision: 40
Committed: Tue Jun 23 12:41:36 2026 UTC (4 weeks ago) by operz
File size: 609 byte(s)
Log Message:
Add packages: gnutls 3.8.13, intltool 0.51.0, libxml2 2.15.3, msn-pecan master, pidgin 2.14.14, sed 4.10; update nettle to 4.0

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 NAME = nettle
3 VERSION = 4.0
4
5 MASTER_SITES = http://ftp.gnu.org/gnu/nettle/
6 DISTFILES += $(DISTNAME).tar.gz
7
8 LICENSE = COPYING.LESSERv3
9
10 BUILD_DEP_PKGS += OZSWgmp
11 RUNTIME_DEP_PKGS_OZSWnettle += OZSWgmp
12
13 PACKAGES += OZSWnettle
14 SPKG_DESC_OZSWnettle = Low-level cryptographic library
15 CATALOGNAME_OZSWnettle = nettle
16
17 MERGE_EXCLUDE_STATICLIBS =
18
19 EXTRA_LD_FLAGS += -lgmp
20
21 post-configure:
22 @find $(WORKSRC) -name "libtool" -type f -exec \
23 gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \;
24 @$(MAKECOOKIE)
25
26 include gar/category.mk