]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - unicode-ucd/unicode-ucd.nm
Merge remote-tracking branch 'stevee/perl-Font-TTF'
[people/amarx/ipfire-3.x.git] / unicode-ucd / unicode-ucd.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = unicode-ucd
7 version = 6.1.0
8 release = 1
9 arch = noarch
10
11 groups = Development/System
12 url = http://www.unicode.org/ucd/
13 license = MIT
14 summary = Unicode Character Database.
15
16 description
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.
20 end
21
22 source_dl = http://www.unicode.org/Public/zipped/%{version}/
23 sources = UCD.zip
24
25 build
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
46 end
47
48 packages
49 package %{name}
50 end