wok-next view atomix/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents ac33744dc2c2
children d5aab818505e
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"
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 }