diff --git a/srcpkgs/libXfont/template b/srcpkgs/libXfont/template index 0dca274a25..36c48a5f0d 100644 --- a/srcpkgs/libXfont/template +++ b/srcpkgs/libXfont/template @@ -1,12 +1,14 @@ # Template build file for 'libXfont'. pkgname=libXfont -version=1.4.2 +version=1.4.4 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--disable-devel-docs" short_desc="X font Library" maintainer="Juan RP " -checksum=d05f5a8599cbfd29f683768b037a5a4b8c9065578e6ac4d6323e89ef604e495b +homepage="http://xorg.freedesktop.org/" +license="MIT" +checksum=a2065f5f66882f7a9cb0eb674e16d284da48e449af443eda272e99832be8239a long_desc=" This package provides the X font Library from the modular X.org X11 project." @@ -16,6 +18,7 @@ Add_dependency run glibc Add_dependency run zlib Add_dependency run freetype Add_dependency run libfontenc + Add_dependency build pkg-config Add_dependency build xproto Add_dependency build xtrans @@ -24,3 +27,8 @@ Add_dependency build fontsproto Add_dependency build zlib-devel Add_dependency build freetype-devel Add_dependency build libfontenc-devel + +post_install() +{ + vinstall COPYING 644 usr/share/licenses/${pkgname} +}