wok-next view sweethome3d/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents da9e80c5d4bb
children
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/"
11 case $ARCH in
12 i?86) TARBALL="SweetHome3D-$VERSION-linux-x86.tgz";;
13 x86_64) TARBALL="SweetHome3D-$VERSION-linux-x64.tgz";;
14 esac
15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
17 compile_rules() {
18 mkdir -p $install/usr/share/
19 cp -a $src $install/usr/share/sweethome3d
21 install -Dm755 $stuff/sweethome3d $install/usr/bin/sweethome3d
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="mesa"
27 }