wok-6.x annotate libstroke/receipt @ rev 18549
Up freetype(2.6.1) (latest) with subpixel rendering available.
Good-looking and clear fonts for TFT screen without the need for freetype-infinality.
Good-looking and clear fonts for TFT screen without the need for freetype-infinality.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 07 14:03:13 2015 +0200 (2015-11-07) |
parents | 75c155aef05d |
children | 68f9518c4cb0 |
rev | line source |
---|---|
pankso@3958 | 1 # SliTaz package receipt. |
pankso@3958 | 2 |
pankso@3958 | 3 PACKAGE="libstroke" |
pankso@3958 | 4 VERSION="0.5.1" |
pankso@3958 | 5 CATEGORY="system-tools" |
pankso@3958 | 6 SHORT_DESC="Stroke translation library" |
pankso@3958 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14718 | 8 LICENSE="GPL2" |
pankso@3958 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@3958 | 10 WEB_SITE="http://etla.net/libstroke/" |
pankso@3958 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
pankso@3958 | 12 |
pascal@14718 | 13 DEPENDS="" |
pascal@14718 | 14 BUILD_DEPENDS="xorg-libX11-dev" |
pascal@14718 | 15 |
pankso@3958 | 16 # Rules to configure and make the package. |
pankso@3958 | 17 compile_rules() |
pankso@3958 | 18 { |
pankso@3958 | 19 cd $src |
slaxemulator@12388 | 20 ./configure --prefix=/usr $CONFIGURE_ARGS && |
slaxemulator@12388 | 21 make && make DESTDIR=$DESTDIR install |
pankso@3958 | 22 } |
pankso@3958 | 23 |
pankso@3958 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3958 | 25 genpkg_rules() |
pankso@3958 | 26 { |
pankso@3958 | 27 mkdir -p $fs/usr/lib |
slaxemulator@12388 | 28 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@3958 | 29 } |