wok-next view xplanet/receipt @ rev 21080

Update tiff (4.0.10): libs -> into libtiff, apps -> into tiff
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 02:07:02 2018 +0200 (2018-12-24)
parents 5669e8b3be70
children d635206a5649
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xplanet"
4 VERSION="1.3.0"
5 CATEGORY="graphics"
6 SHORT_DESC="Render major planets into the X root window"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://xplanet.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="patch libx11-dev libice-dev libxext-dev \
15 libxscrnsaver-dev freetype-dev pango-dev giflib-dev libjpeg-turbo-dev \
16 libpng-dev tiff-dev"
18 compile_rules() {
19 ./configure \
20 --with-freetype \
21 $CONFIGURE_ARGS &&
22 make -j1 &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl jpeg libpng zlib libtiff libx11 freetype pango fontconfig \
29 glib libxau libxdmcp expat giflib libxscrnsaver gcc-lib-base \
30 util-linux-uuid"
31 }