wok-undigest view opensnc/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="opensnc"
4 VERSION="0.1.4"
5 CATEGORY="games"
6 SHORT_DESC="Open Sonic is an open-source game based on the (Sonic the Hedgehog) universe."
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="GPL2"
9 WEB_SITE="http://opensnc.sourceforge.net/"
11 TARBALL="opensnc-linux-0.1.4.tar.gz"
12 WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Open%20Sonic/$VERSION/$TARBALL/download"
14 DEPENDS=""
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir -p $install/usr/share/games/opensnc-linux-0.1.4
21 cp -a $src/* $install/usr/share/games/opensnc-linux-0.1.4
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 mkdir -p $fs/usr/share/applications
29 cp -a stuff/* $fs/usr/share/applications
30 }