Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:53 +03:00
parent f9b0c2951f
commit 709b32eece
2 changed files with 9 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -3
View File
@@ -1,10 +1,16 @@
name: ufw
description: Uncomplicated Firewall
version: 0.36.2
revision: 1
url: https://launchpad.net/ufw
license: GPL3
architecture: any
depends: ["iptables","python3"]
make_depends: ["python-setuptools"]
keep: ["etc/ufw/"]
output_architecture: any
type: source
keep:
- etc/ufw/
depends:
- iptables
- python3
make_depends:
- python-setuptools