wok-next view atomix/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
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 }