wok-next view emerald-themes/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents a17c9d3ed9ba
children f48456621a9d
line source
1 # SliTaz package receipt.
3 PACKAGE="emerald-themes"
4 VERSION="0.8.12.1"
5 CATEGORY="customization"
6 SHORT_DESC="Themes for Emerald"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://github.com/compiz-reloaded"
11 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
13 DEPENDS="xorg-libX11 emerald"
14 BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mv $install/* $fs
27 }