wok view emerald-themes/receipt @ rev 19219

emerald-themes: correct desc
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 17 16:00:57 2016 +0300 (2016-06-17)
parents 8e1f5fe117e6
children 4b74c54bbbf2
line source
1 # SliTaz package receipt.
3 PACKAGE="emerald-themes"
4 VERSION="0.8.12.1"
5 CATEGORY="x-window"
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 }