wok-undigest diff opensnc/receipt @ rev 1214

windowmaker: recook
author Paul Issott <paul@slitaz.org>
date Tue Mar 20 19:29:02 2018 +0000 (2018-03-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opensnc/receipt	Tue Mar 20 19:29:02 2018 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="opensnc"
     1.7 +VERSION="0.1.4"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Open Sonic is an open-source game based on the (Sonic the Hedgehog) universe."
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://opensnc.sourceforge.net/"
    1.13 +
    1.14 +TARBALL="opensnc-linux-0.1.4.tar.gz"
    1.15 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Open%20Sonic/$VERSION/$TARBALL/download"
    1.16 +
    1.17 +DEPENDS=""
    1.18 +BUILD_DEPENDS="wget"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +  mkdir -p $install/usr/share/games/opensnc-linux-0.1.4
    1.24 +  cp -a $src/* $install/usr/share/games/opensnc-linux-0.1.4
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +  cp -a $install/* $fs
    1.31 +  mkdir -p $fs/usr/share/applications
    1.32 +  cp -a stuff/* $fs/usr/share/applications
    1.33 +}
    1.34 \ No newline at end of file