wok-next annotate sweethome3d/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents c4f226b02549
children d5aab818505e
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/"
al@20503 10 HOST_ARCH="i486 x86_64"
pascal@12907 11
al@20503 12 case $ARCH in
al@20503 13 i?86) TARBALL="SweetHome3D-$VERSION-linux-x86.tgz";;
al@20503 14 x86_64) TARBALL="SweetHome3D-$VERSION-linux-x64.tgz";;
al@20503 15 esac
al@20503 16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@12907 17
al@20503 18 compile_rules() {
al@20503 19 mkdir -p $install/usr/share/
al@20503 20 cp -a $src $install/usr/share/sweethome3d
al@20503 21
al@20503 22 install -Dm755 $stuff/sweethome3d $install/usr/bin/sweethome3d
pascal@12907 23 }
pascal@12907 24
al@20503 25 genpkg_rules() {
al@20503 26 copy @std
al@20503 27 DEPENDS="mesa"
pascal@12907 28 }