]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - unicode-ucd/unicode-ucd.nm
Merge remote-tracking branch 'stevee/perl-Font-TTF'
[people/amarx/ipfire-3.x.git] / unicode-ucd / unicode-ucd.nm
CommitLineData
f7b4d960
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = unicode-ucd
7version = 6.1.0
8release = 1
9arch = noarch
10
11groups = Development/System
12url = http://www.unicode.org/ucd/
13license = MIT
14summary = Unicode Character Database.
15
16description
17 The Unicode Character Database (UCD) consists of a number of data files listing
18 Unicode character properties and related data. It also includes data files
19 containing test data for conformance to several important Unicode algorithms.
20end
21
22source_dl = http://www.unicode.org/Public/zipped/%{version}/
23sources = UCD.zip
24
25build
26 requires
27 unzip>=6.0-3
28 end
29
30 prepare
31 # Manually create DIR_APP because the
32 # soucre archive doesn't contain any folder.
33 mkdir -pv %{DIR_APP}
34
35 # Manually extract zip compressed source archive.
36 cd %{DIR_APP} && unzip %{DIR_DL}/%{sources}
37 end
38
39 build = # Nothing to do
40
41 install
42 # Create install folder and copy files.
43 mkdir -pv %{BUILDROOT}%{datadir}/unicode/ucd/
44 cp -arvf . %{BUILDROOT}%{datadir}/unicode/ucd/
45 end
46end
47
48packages
49 package %{name}
50end