slitaz-arm view wok/maynard/receipt @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="maynard"
4 VERSION="git-1"
5 CATEGORY="x-window"
6 SHORT_DESC="Desktop env for the R-Pi (not limited to it) running on Wayland."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="git|git://github.com/raspberrypi/maynard.git"
12 HOST_ARCH="i486 arm"
14 # Arf... want gtk3 and some gnome pkgs... not so light I guess
15 DEPENDS="wayland"
16 BUILD_DEPENDS="wayland-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh \
22 --prefix=/usr \
23 ${CONFIGURE_ARGS} &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 }