wok-next view sweethome3d/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents c4f226b02549
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sweethome3d"
4 VERSION="5.7"
5 CATEGORY="misc"
6 SHORT_DESC="An interior design application to draw house plans & arrange furniture"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.sweethome3d.com/"
10 HOST_ARCH="i486 x86_64"
12 case $ARCH in
13 i?86) TARBALL="SweetHome3D-$VERSION-linux-x86.tgz";;
14 x86_64) TARBALL="SweetHome3D-$VERSION-linux-x64.tgz";;
15 esac
16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
18 compile_rules() {
19 mkdir -p $install/usr/share/
20 cp -a $src $install/usr/share/sweethome3d
22 install -Dm755 $stuff/sweethome3d $install/usr/bin/sweethome3d
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="mesa"
28 }