# SliTaz package receipt. PACKAGE="freetype-dev" VERSION="2.4.7" CATEGORY="development" SHORT_DESC="Freetype font engine devel files." WEB_SITE="http://www.freetype.org/" MAINTAINER="pankso@slitaz.org" DEPENDS="freetype" WANTED="freetype" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/share $fs/usr }