wok-next annotate sweethome3d/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 da9e80c5d4bb
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@12907 2
pascal@12907 3 PACKAGE="sweethome3d"
al@20503 4 VERSION="5.7"
pascal@12907 5 CATEGORY="misc"
al@20503 6 SHORT_DESC="An interior design application to draw house plans & arrange furniture"
pascal@12907 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15581 8 LICENSE="GPL2"
pascal@12907 9 WEB_SITE="http://www.sweethome3d.com/"
pascal@12907 10
al@20503 11 case $ARCH in
al@20503 12 i?86) TARBALL="SweetHome3D-$VERSION-linux-x86.tgz";;
al@20503 13 x86_64) TARBALL="SweetHome3D-$VERSION-linux-x64.tgz";;
al@20503 14 esac
al@20503 15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@12907 16
al@20503 17 compile_rules() {
al@20503 18 mkdir -p $install/usr/share/
al@20503 19 cp -a $src $install/usr/share/sweethome3d
al@20503 20
al@20503 21 install -Dm755 $stuff/sweethome3d $install/usr/bin/sweethome3d
pascal@12907 22 }
pascal@12907 23
al@20503 24 genpkg_rules() {
al@20503 25 copy @std
al@20503 26 DEPENDS="mesa"
pascal@12907 27 }