wok-next view atomix/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="atomix"
4 VERSION="3.30.0.1"
5 CATEGORY="games"
6 SHORT_DESC="Build molecules out of single atoms"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/Atomix"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
14 BUILD_DEPENDS="meson ninja gtk3-dev libgnome-games-support-dev gettext-dev"
16 compile_rules() {
17 mkdir build
18 cd build
19 meson-wrapper &&
20 ninja &&
21 ninja install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gdk-pixbuf glib gtk3 libgnome-games-support"
27 }