libgpg-error: Fix compiling with uclibc
[openadk.git] / package / liberation-fonts-ttf / Makefile
blobb6caaad2098e3e8c7990553199fdfe015e048b86
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= liberation-fonts-ttf
7 PKG_VERSION:= 2.00.1
8 PKG_RELEASE:= 1
9 PKG_HASH:= 7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504
10 PKG_DESCR:= free fonts compatible to msttfonts
11 PKG_SECTION:= x11/fonts
12 PKG_URL:= https://fedorahosted.org/liberation-fonts/
13 PKG_SITES:= https://releases.pagure.org/liberation-fonts/
15 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
17 include $(ADK_TOPDIR)/mk/package.mk
19 $(eval $(call PKG_template,LIBERATION_FONTS_TTF,liberation-fonts-ttf,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
21 CONFIG_STYLE:= manual
22 BUILD_STYLE:= manual
23 INSTALL_STYLE:= manual
25 liberation-fonts-ttf-install:
26 $(INSTALL_DIR) $(IDIR_LIBERATION_FONTS_TTF)/usr/share/fonts/truetype/liberation
27 $(CP) $(WRKSRC)/*.ttf $(IDIR_LIBERATION_FONTS_TTF)/usr/share/fonts/truetype/liberation
29 include $(ADK_TOPDIR)/mk/pkg-bottom.mk