Add support for lib32 packages
This commit is contained in:
parent
d3cd95cf88
commit
6c2fad0a6a
13
release/packages/lib32.ucl
Normal file
13
release/packages/lib32.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-lib32"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "32bits libraries
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
TODO
|
||||
EOD
|
13
release/packages/ssh-lib32.ucl
Normal file
13
release/packages/ssh-lib32.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-ssh-lib32"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "Secure SHell 32bits libraries"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ ISCL ]
|
||||
desc = <<EOD
|
||||
TODO
|
||||
EOD
|
14
release/packages/unbound-lib32.ucl
Normal file
14
release/packages/unbound-lib32.ucl
Normal file
@ -0,0 +1,14 @@
|
||||
name = "FreeBSD-unbound-lib32"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "Validating, recursive, and caching DNS resolver, 32bits libraries"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "http://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD4CLAUSE ]
|
||||
desc = <<EOD
|
||||
Unbound is a recursive-only caching DNS server which can perform DNSSEC
|
||||
validation of results
|
||||
EOD
|
@ -50,6 +50,10 @@ CTFFLAGS+= -g
|
||||
STRIP?= -s
|
||||
.endif
|
||||
|
||||
.if ${SHLIBDIR:M*lib32*}
|
||||
TAGS+= lib32
|
||||
.endif
|
||||
|
||||
.if defined(NO_ROOT)
|
||||
.if !defined(TAGS) || ! ${TAGS:Mpackage=*}
|
||||
TAGS+= package=${PACKAGE:Uruntime}
|
||||
|
Loading…
x
Reference in New Issue
Block a user