wok view emerald-themes/receipt @ rev 23419

updated perl-xml-writer (0.612 -> 0.625)
author Hans-G?nter Theisgen
date Wed Apr 01 07:51:47 2020 +0100 (2020-04-01)
parents 4b74c54bbbf2
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="emerald-themes"
4 VERSION="0.8.14"
5 CATEGORY="customization"
6 SHORT_DESC="Themes for Emerald"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/compiz-reloaded"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
14 DEPENDS="xorg-libX11 emerald"
15 BUILD_DEPENDS="xorg-dev gtk+-dev autoconf automake libtool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make -j 1 &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mv $install/* $fs
31 }