wok-next view atomix/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
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 }