wok-next view frozen-bubble/receipt @ rev 20565
uemacs: create $install tree
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 10 10:17:15 2018 +0200 (2018-04-10) |
parents | d43bf7aae921 |
children | d5aab818505e |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="frozen-bubble"
4 VERSION="2.2.0"
5 CATEGORY="games"
6 SHORT_DESC="A bubbles game"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.frozen-bubble.org"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/data/$TARBALL"
14 BUILD_DEPENDS="perl-locale-gettext gettext glib-dev libsdl-dev libsdl-gfx-dev \
15 libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev libsdl-mixer-dev \
16 libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev glibc-locale \
17 perl-dev"
19 compile_rules() {
20 make \
21 OPTIMIZE="${CFLAGS}" \
22 CFLAGS="$(pkg-config glib-2.0 --cflags)" \
23 INSTALLDIRS=vendor \
24 PREFIX=/usr &&
25 make DESTDIR=$DESTDIR PREFIX=/usr install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
31 }