wok-next diff libwebp/receipt @ rev 17794
wikiss: update wkp_Calc from tazwikiss
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 17 18:44:10 2015 +0100 (2015-03-17) |
parents | |
children | c13658501c85 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libwebp/receipt Tue Mar 17 18:44:10 2015 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libwebp" 1.7 +VERSION="0.4.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="WebP image library." 1.10 +MAINTAINER="devl547@gmail.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://webmproject.org" 1.13 +WGET_URL="http://downloads.webmproject.org/releases/webp/$TARBALL" 1.14 +HOST_ARCH="i486 arm" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure --disable-static \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && 1.26 + make DESTDIR=$DESTDIR install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 +}