wok annotate libsdl2-image-dev/receipt @ rev 20863

updated e2tools again (0.0.16 -> 0.0.16.4)
author Hans-G?nter Theisgen
date Fri Feb 22 16:43:17 2019 +0100 (2019-02-22)
parents
children 4edee500eec9
rev   line source
tcg@17134 1 # SliTaz package receipt.
tcg@17134 2
tcg@17134 3 PACKAGE="libsdl2-image-dev"
tcg@17134 4 VERSION="2.0.0"
tcg@17134 5 CATEGORY="development"
tcg@17134 6 SHORT_DESC="Development files of an image file loading library."
tcg@17134 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17134 8 LICENSE="LGPL2.1"
tcg@17134 9 WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
tcg@17134 10 WANTED="libsdl2-image"
tcg@17134 11 SOURCE="SDL2_image"
tcg@17134 12 HOST_ARCH="i486 arm"
tcg@17134 13
tcg@17134 14 DEPENDS="libsdl2-image libsdl2-dev libpng-dev jpeg-dev zlib-dev pkg-config"
tcg@17134 15
tcg@17134 16 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17134 17 genpkg_rules()
tcg@17134 18 {
tcg@17134 19 mkdir -p $fs/usr/lib
tcg@17134 20 cp -a $install/usr/lib/*.a $fs/usr/lib
tcg@17134 21 cp -a $install/usr/include $fs/usr
tcg@17134 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
tcg@17134 23 }