wok view xscreensaver/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
parents
children 2972ccc04e7e
line source
1 # SliTaz package receipt.
3 PACKAGE="xscreensaver"
4 VERSION="5.21"
5 CATEGORY="x-window"
6 SHORT_DESC="A collection of free screen savers"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE=""
9 WEB_SITE="http://www.jwz.org/xscreensaver/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS="bc xorg-libX11-dev xorg-libXmu-dev xorg-libXext-dev \
15 xorg-libXinerama-dev xorg-libXi-dev xorg-libXxf86vm-dev xorg-libXrandr-dev \
16 gtk+-dev libxml2-dev mesa-dev gdk-pixbuf-dev xorg-libXpm-dev jpeg-dev \
17 xorg-libXt-dev libglade-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 export LDFLAGS="$LDFLAGS $(pkg-config --libs gtk+-2.0 gdk-pixbuf-xlib-2.0 gl)"
23 ./configure $CONFIGURE_ARGS &&
24 make &&
25 make install_prefix=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }