wok-next view cwallpaper-fltk/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
parents d5aab818505e
children 5ddd7757a44b
line source
1 # SliTaz package receipt.
3 PACKAGE="cwallpaper-fltk"
4 VERSION="0.4.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="PC XT-compatible emulator/virtual machine"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://cwallpaper.sourceforge.net/"
10 REPOLOGY="cwallpaper"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/cwallpaper/$TARBALL"
15 BUILD_DEPENDS="fltk-dev libx11-dev libxinerama-dev"
17 compile_rules() {
18 sed -i "s#g++#${HOST_SYSTEM}-g++#" Makefile || return 1
19 make &&
20 mkdir -p $install/usr/bin/ &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 mkdir -p $fs/usr/share/cwallpaper
26 cp -a $install/usr/bin $fs/usr
27 cp $install/usr/share/cwallpaper/example_config \
28 $fs/usr/share/cwallpaper
29 DEPENDS="fltk"
30 SUGGESTED="hsetroot feh"
31 }