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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 5669e8b3be70
children
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 {
19 sed -i "s#g++#${HOST_SYSTEM}-g++#" Makefile || return 1
20 make &&
21 mkdir -p $install/usr/bin/ &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share/cwallpaper
29 cp -a $install/usr/bin $fs/usr
30 cp $install/usr/share/cwallpaper/example_config \
31 $fs/usr/share/cwallpaper
32 DEPENDS="fltk"
33 SUGGESTED="hsetroot feh"
34 }