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
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
://fedorahosted.org
/releases
/l
/i
/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
)))
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