wok annotate libsdl2-ttf/receipt @ rev 19935

Up grub2 (2.02)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 30 10:12:31 2017 +0200 (2017-04-30)
parents
children 21b978d46460
rev   line source
tcg@17137 1 # SliTaz package receipt.
tcg@17137 2
tcg@17137 3 PACKAGE="libsdl2-ttf"
tcg@17137 4 SOURCE="SDL2_ttf"
tcg@17137 5 VERSION="2.0.12"
tcg@17137 6 CATEGORY="x-window"
tcg@17137 7 SHORT_DESC="SDL2 ttf support."
tcg@17137 8 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17137 9 LICENSE="LGPL2.1"
tcg@17137 10 TARBALL="$SOURCE-$VERSION.tar.gz"
tcg@17137 11 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
tcg@17137 12 WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL"
tcg@17137 13 HOST_ARCH="i486 arm"
tcg@17137 14
tcg@17137 15 DEPENDS="libsdl2 freetype zlib"
tcg@17137 16 BUILD_DEPENDS="libsdl2-dev freetype-dev"
tcg@17137 17
tcg@17137 18 # Rules to configure and make the package.
tcg@17137 19 compile_rules()
tcg@17137 20 {
tcg@17137 21 ./configure $CONFIGURE_ARGS &&
tcg@17137 22 make && make install
tcg@17137 23 }
tcg@17137 24
tcg@17137 25 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17137 26 genpkg_rules()
tcg@17137 27 {
tcg@17137 28 mkdir -p $fs/usr/lib
tcg@17137 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
tcg@17137 30 }