]> git.pld-linux.org Git - packages/fonts-TTF-CRULP-Nafees_Nastaleeq.git/commitdiff
- initial release
authoremes <emes@pld-linux.org>
Sat, 9 May 2009 22:44:54 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-CRULP-Nafees_Nastaleeq.spec -> 1.1

fonts-TTF-CRULP-Nafees_Nastaleeq.spec [new file with mode: 0644]

diff --git a/fonts-TTF-CRULP-Nafees_Nastaleeq.spec b/fonts-TTF-CRULP-Nafees_Nastaleeq.spec
new file mode 100644 (file)
index 0000000..7ad1fad
--- /dev/null
@@ -0,0 +1,46 @@
+%define                _font_name      Nafees_Nastaleeq
+Summary:       Free fonts from Center for Research in Urdu Language Processing
+Summary(pl.UTF-8):     Wolnodostępne czcionki z Centrum Badań nad Przetwarzaniem Języka Urdu
+Name:          fonts-TTF-CRULP-Nafees_Nastaleeq
+Version:       1.02
+Release:       0.1
+License:       MPL-like
+Group:         Fonts
+Source0:       http://www.crulp.org/Downloads/localization/fonts/NafeesNastaleeq/%{_font_name}_v%{version}.zip
+# Source0-md5: 34ca164ce011b682522431fc332c0cb6
+URL:           http://www.crulp.org/software/localization/Fonts/nafeesNastaleeq.html
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                ttffontsdir     %{_fontsdir}/TTF
+
+%description
+Nafees Nastaleeq is developed according to calligraphic rules, following the style
+of Syed Nafees Al-Hussaini (Nafees Raqam), one of the finest calligraphers of
+Pakistan. Guidance and calligraphy of basic glyphs for the font has been provided
+by Syed Jameel-ur-Rehman. He is pupil of Syed Nafees Shah and Hafiz
+Syed Anees-ul-Hassan.
+
+%prep
+%setup -q -c %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ttffontsdir}
+
+install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst TTF
+
+%postun
+fontpostinst TTF
+
+%files
+%defattr(644,root,root,755)
+%doc %{_font_name}_v%{version}.pdf
+%{ttffontsdir}/*.ttf
This page took 0.152445 seconds and 4 git commands to generate.