]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
unicode-ucd: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:55:36 +0000 (18:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Dec 2022 18:55:36 +0000 (18:55 +0000)
Nothing seems to depend on this

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
unicode-ucd/unicode-ucd.nm [deleted file]

diff --git a/unicode-ucd/unicode-ucd.nm b/unicode-ucd/unicode-ucd.nm
deleted file mode 100644 (file)
index 17e922d..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = unicode-ucd
-version    = 9.0.0
-release    = 1
-arch       = noarch
-
-groups     = Development/System 
-url        = http://www.unicode.org/ucd/
-license    = MIT
-summary    = Unicode Character Database.
-
-description
-       The Unicode Character Database (UCD) consists of a number of data files listing
-       Unicode character properties and related data. It also includes data files
-       containing test data for conformance to several important Unicode algorithms.
-end
-
-source_dl  = http://www.unicode.org/Public/zipped/%{version}/
-sources    = UCD.zip
-
-build
-       requires
-               unzip>=6.0-3
-       end
-
-       prepare
-               # Manually create DIR_APP because the 
-               # soucre archive doesn't contain any folder.
-               mkdir -pv %{DIR_APP}
-
-               # Manually extract zip compressed source archive.
-               cd %{DIR_APP} && unzip %{DIR_DL}/%{sources}
-       end
-
-       build = # Nothing to do
-
-       install
-               # Create install folder and copy files.
-               mkdir -pv %{BUILDROOT}%{datadir}/unicode/ucd/
-               cp -arvf . %{BUILDROOT}%{datadir}/unicode/ucd/
-       end
-end
-
-packages
-       package %{name}
-end